#565DCE

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

Shades of Free Speech Blue #565DCE

Tints of Free Speech Blue #565DCE

Color information

#565DCE (or 0x565DCE) is unknown color: approx Free Speech Blue. HEX triplet: 56, 5D and CE. RGB value is (86,93,206). Sum of RGB (Red+Green+Blue) = 86+93+206=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #565DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565DCE is #A9A231. Grayscale: #676767. Windows color (decimal): -11117106 or 13524310. OLE color: 13524310.

HSL color Cylindrical-coordinate representation of color #565DCE: hue angle of 236.5º degrees, saturation: 0.55, 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 #565DCE is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8693206-
CMYK0.580.5500.19
HSL236.5º55.05%57.25%-
HSV(B)236.5º58.25%80.78%-
XYZ18.8914.2660.15-
YUV103.79185.68115.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.34%
GREEN value IS 93 (36.72% from 255) = 24.16%
BLUE value IS 206 (80.86% from 255) = 53.51%
R=22.34%
G=24.16%
B=53.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal86932060.580.5500.19236.555.0557.25
Hex565DCE3A37013ec3739
Octal12613531672670233546771
Binary101011010111011100111011101011011101001111101100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,93,206); }

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

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

 a { background-color: rgb(86,93,206); }

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

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

 span { border-color: rgb(86,93,206); }

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