#565AC5

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

Shades of Free Speech Blue #565AC5

Tints of Free Speech Blue #565AC5

Color information

#565AC5 (or 0x565AC5) is unknown color: approx Free Speech Blue. HEX triplet: 56, 5A and C5. RGB value is (86,90,197). Sum of RGB (Red+Green+Blue) = 86+90+197=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 197 (77.34% from 255 or 52.82% from 373); Max value from RGB is 197 - color contains mainly: blue. Hex color #565AC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565AC5 is #A9A53A. Grayscale: #646464. Windows color (decimal): -11117883 or 12933718. OLE color: 12933718.

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

Color convert

RGB8690197-
CMYK0.560.5400.23
HSL237.84º48.9%55.49%-
HSV(B)237.84º56.35%77.25%-
XYZ17.5713.3254.47-
YUV101182.17117.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.06%
GREEN value IS 90 (35.55% from 255) = 24.13%
BLUE value IS 197 (77.34% from 255) = 52.82%
R=23.06%
G=24.13%
B=52.82%

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
Decimal86901970.560.5400.23237.8448.955.49
Hex565AC53836017ee3137
Octal12613230570660273566167
Binary101011010110101100010111100011011001011111101110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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