#565DC2

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

Shades of Free Speech Blue #565DC2

Tints of Free Speech Blue #565DC2

Color information

#565DC2 (or 0x565DC2) is unknown color: approx Free Speech Blue. HEX triplet: 56, 5D and C2. RGB value is (86,93,194). Sum of RGB (Red+Green+Blue) = 86+93+194=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 194 (76.17% from 255 or 52.01% from 373); Max value from RGB is 194 - color contains mainly: blue. Hex color #565DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565DC2 is #A9A23D. Grayscale: #666666. Windows color (decimal): -11117118 or 12737878. OLE color: 12737878.

HSL color Cylindrical-coordinate representation of color #565DC2: hue angle of 236.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #565DC2 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8693194-
CMYK0.560.5200.24
HSL236.11º46.96%54.9%-
HSV(B)236.11º55.67%76.08%-
XYZ17.4913.752.76-
YUV102.42179.68116.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.06%
GREEN value IS 93 (36.72% from 255) = 24.93%
BLUE value IS 194 (76.17% from 255) = 52.01%
R=23.06%
G=24.93%
B=52.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal86931940.560.5200.24236.1146.9654.9
Hex565DC23834018ec2f37
Octal12613530270640303545767
Binary101011010111011100001011100011010001100011101100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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