#565DC4

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

Shades of Free Speech Blue #565DC4

Tints of Free Speech Blue #565DC4

Color information

#565DC4 (or 0x565DC4) is unknown color: approx Free Speech Blue. HEX triplet: 56, 5D and C4. RGB value is (86,93,196). Sum of RGB (Red+Green+Blue) = 86+93+196=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 196 (76.95% from 255 or 52.27% from 375); Max value from RGB is 196 - color contains mainly: blue. Hex color #565DC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565DC4 is #A9A23B. Grayscale: #666666. Windows color (decimal): -11117116 or 12868950. OLE color: 12868950.

HSL color Cylindrical-coordinate representation of color #565DC4: hue angle of 236.18º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #565DC4 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8693196-
CMYK0.560.5300.23
HSL236.18º48.25%55.29%-
HSV(B)236.18º56.12%76.86%-
XYZ17.7213.7953.95-
YUV102.65180.68116.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.93%
GREEN value IS 93 (36.72% from 255) = 24.8%
BLUE value IS 196 (76.95% from 255) = 52.27%
R=22.93%
G=24.8%
B=52.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal86931960.560.5300.23236.1848.2555.29
Hex565DC43835017ec3037
Octal12613530470650273546067
Binary101011010111011100010011100011010101011111101100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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