#565CCF

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

Shades of Free Speech Blue #565CCF

Tints of Free Speech Blue #565CCF

Color information

#565CCF (or 0x565CCF) is unknown color: approx Free Speech Blue. HEX triplet: 56, 5C and CF. RGB value is (86,92,207). Sum of RGB (Red+Green+Blue) = 86+92+207=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #565CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565CCF is #A9A330. Grayscale: #666666. Windows color (decimal): -11117361 or 13589590. OLE color: 13589590.

HSL color Cylindrical-coordinate representation of color #565CCF: hue angle of 237.02º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #565CCF is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8692207-
CMYK0.580.5600.19
HSL237.02º55.76%57.45%-
HSV(B)237.02º58.45%81.18%-
XYZ18.9314.1460.76-
YUV103.32186.51115.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.34%
GREEN value IS 92 (36.33% from 255) = 23.90%
BLUE value IS 207 (81.25% from 255) = 53.77%
R=22.34%
G=23.90%
B=53.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal86922070.580.5600.19237.0255.7657.45
Hex565CCF3A38013ed3839
Octal12613431772700233557071
Binary101011010111001100111111101011100001001111101101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,92,207); }

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

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

 a { background-color: rgb(86,92,207); }

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

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

 span { border-color: rgb(86,92,207); }

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