#565CC2

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

Shades of Free Speech Blue #565CC2

Tints of Free Speech Blue #565CC2

Color information

#565CC2 (or 0x565CC2) is unknown color: approx Free Speech Blue. HEX triplet: 56, 5C and C2. RGB value is (86,92,194). Sum of RGB (Red+Green+Blue) = 86+92+194=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 194 (76.17% from 255 or 52.15% from 372); Max value from RGB is 194 - color contains mainly: blue. Hex color #565CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565CC2 is #A9A33D. Grayscale: #656565. Windows color (decimal): -11117374 or 12737622. OLE color: 12737622.

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

Color convert

RGB8692194-
CMYK0.560.5300.24
HSL236.67º46.96%54.9%-
HSV(B)236.67º55.67%76.08%-
XYZ17.413.5352.73-
YUV101.83180.01116.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.12%
GREEN value IS 92 (36.33% from 255) = 24.73%
BLUE value IS 194 (76.17% from 255) = 52.15%
R=23.12%
G=24.73%
B=52.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal86921940.560.5300.24236.6746.9654.9
Hex565CC23835018ed2f37
Octal12613430270650303555767
Binary101011010111001100001011100011010101100011101101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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