#5665CB

Color #5665CB Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #5665CB

Tints of Free Speech Blue #5665CB

Color information

#5665CB (or 0x5665CB) is unknown color: approx Free Speech Blue. HEX triplet: 56, 65 and CB. RGB value is (86,101,203). Sum of RGB (Red+Green+Blue) = 86+101+203=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #5665CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5665CB is #A99A34. Grayscale: #6B6B6B. Windows color (decimal): -11115061 or 13329750. OLE color: 13329750.

HSL color Cylindrical-coordinate representation of color #5665CB: hue angle of 232.31º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5665CB is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB86101203-
CMYK0.580.5000.20
HSL232.31º52.94%56.67%-
HSV(B)232.31º57.64%79.61%-
XYZ19.2715.658.49-
YUV108.14181.53112.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 22.05%
GREEN value IS 101 (39.84% from 255) = 25.90%
BLUE value IS 203 (79.69% from 255) = 52.05%
R=22.05%
G=25.90%
B=52.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal861012030.580.5000.20232.3152.9456.67
Hex5665CB3A32014e83539
Octal12614531372620243506571
Binary101011011001011100101111101011001001010011101000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5665CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5665CB; }

 p { color: rgb(86,101,203); }

 H1.HeaderClassName
 {
   color: #5665CB;
 }
 .AnyTagClassName
 {
   color: #5665CB;
 }
</style>
background-color css

<style>
 a { background-color: #5665CB; }

 a { background-color: rgb(86,101,203); }

 div.DivClassName
 {
   background-color: #5665CB;
 }
 .BgClassName
 {
   background-color: #5665CB;
 }
</style>
border-color css

<style>
 span { border-color: #5665CB; }

 span { border-color: rgb(86,101,203); }

 td.TdClassName
 {
   border-color: #5665CB;
 }
 .TagClassName
 {
   border-color: #5665CB;
 }
</style>