#565FC6

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

Shades of Free Speech Blue #565FC6

Tints of Free Speech Blue #565FC6

Color information

#565FC6 (or 0x565FC6) is unknown color: approx Free Speech Blue. HEX triplet: 56, 5F and C6. RGB value is (86,95,198). Sum of RGB (Red+Green+Blue) = 86+95+198=379 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.69% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 198 (77.73% from 255 or 52.24% from 379); Max value from RGB is 198 - color contains mainly: blue. Hex color #565FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565FC6 is #A9A039. Grayscale: #676767. Windows color (decimal): -11116602 or 13000534. OLE color: 13000534.

HSL color Cylindrical-coordinate representation of color #565FC6: hue angle of 235.18º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #565FC6 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8695198-
CMYK0.570.5200.22
HSL235.18º49.56%55.69%-
HSV(B)235.18º56.57%77.65%-
XYZ18.1214.2455.22-
YUV104.05181.02115.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.69%
GREEN value IS 95 (37.5% from 255) = 25.07%
BLUE value IS 198 (77.73% from 255) = 52.24%
R=22.69%
G=25.07%
B=52.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal86951980.570.5200.22235.1849.5655.69
Hex565FC63934016eb3238
Octal12613730671640263536270
Binary101011010111111100011011100111010001011011101011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565FC6; }

 p { color: rgb(86,95,198); }

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

<style>
 a { background-color: #565FC6; }

 a { background-color: rgb(86,95,198); }

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

<style>
 span { border-color: #565FC6; }

 span { border-color: rgb(86,95,198); }

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