#565DCA

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

Shades of Free Speech Blue #565DCA

Tints of Free Speech Blue #565DCA

Color information

#565DCA (or 0x565DCA) is unknown color: approx Free Speech Blue. HEX triplet: 56, 5D and CA. RGB value is (86,93,202). Sum of RGB (Red+Green+Blue) = 86+93+202=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #565DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565DCA is #A9A235. Grayscale: #666666. Windows color (decimal): -11117110 or 13262166. OLE color: 13262166.

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

Color convert

RGB8693202-
CMYK0.570.5400.21
HSL236.38º52.25%56.47%-
HSV(B)236.38º57.43%79.22%-
XYZ18.4114.0757.62-
YUV103.33183.68115.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.57%
GREEN value IS 93 (36.72% from 255) = 24.41%
BLUE value IS 202 (79.30% from 255) = 53.02%
R=22.57%
G=24.41%
B=53.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal86932020.570.5400.21236.3852.2556.47
Hex565DCA3936015ec3438
Octal12613531271660253546470
Binary101011010111011100101011100111011001010111101100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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