#565AC4

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

Shades of Free Speech Blue #565AC4

Tints of Free Speech Blue #565AC4

Color information

#565AC4 (or 0x565AC4) is unknown color: approx Free Speech Blue. HEX triplet: 56, 5A and C4. RGB value is (86,90,196). Sum of RGB (Red+Green+Blue) = 86+90+196=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 196 (76.95% from 255 or 52.69% from 372); Max value from RGB is 196 - color contains mainly: blue. Hex color #565AC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565AC4 is #A9A53B. Grayscale: #646464. Windows color (decimal): -11117884 or 12868182. OLE color: 12868182.

HSL color Cylindrical-coordinate representation of color #565AC4: hue angle of 237.82º 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 #565AC4 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8690196-
CMYK0.560.5400.23
HSL237.82º48.25%55.29%-
HSV(B)237.82º56.12%76.86%-
XYZ17.4613.2853.87-
YUV100.89181.67117.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.12%
GREEN value IS 90 (35.55% from 255) = 24.19%
BLUE value IS 196 (76.95% from 255) = 52.69%
R=23.12%
G=24.19%
B=52.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal86901960.560.5400.23237.8248.2555.29
Hex565AC43836017ee3037
Octal12613230470660273566067
Binary101011010110101100010011100011011001011111101110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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