#565DCC

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

Shades of Free Speech Blue #565DCC

Tints of Free Speech Blue #565DCC

Color information

#565DCC (or 0x565DCC) is unknown color: approx Free Speech Blue. HEX triplet: 56, 5D and CC. RGB value is (86,93,204). Sum of RGB (Red+Green+Blue) = 86+93+204=383 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.45% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #565DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565DCC is #A9A233. Grayscale: #676767. Windows color (decimal): -11117108 or 13393238. OLE color: 13393238.

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

Color convert

RGB8693204-
CMYK0.580.5400.2
HSL236.44º53.64%56.86%-
HSV(B)236.44º57.84%80%-
XYZ18.6514.1758.88-
YUV103.56184.68115.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.45%
GREEN value IS 93 (36.72% from 255) = 24.28%
BLUE value IS 204 (80.08% from 255) = 53.26%
R=22.45%
G=24.28%
B=53.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal86932040.580.5400.2236.4453.6456.86
Hex565DCC3A36014ec3639
Octal12613531472660243546671
Binary101011010111011100110011101011011001010011101100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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