#5564C3

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

Shades of Free Speech Blue #5564C3

Tints of Free Speech Blue #5564C3

Color information

#5564C3 (or 0x5564C3) is unknown color: approx Free Speech Blue. HEX triplet: 55, 64 and C3. RGB value is (85,100,195). Sum of RGB (Red+Green+Blue) = 85+100+195=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 195 (76.56% from 255 or 51.32% from 380); Max value from RGB is 195 - color contains mainly: blue. Hex color #5564C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5564C3 is #AA9B3C. Grayscale: #696969. Windows color (decimal): -11180861 or 12805205. OLE color: 12805205.

HSL color Cylindrical-coordinate representation of color #5564C3: hue angle of 231.82º degrees, saturation: 0.48, 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 #5564C3 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB85100195-
CMYK0.560.4900.24
HSL231.82º47.83%54.9%-
HSV(B)231.82º56.41%76.47%-
XYZ18.1514.9953.57-
YUV106.34178.03112.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.37%
GREEN value IS 100 (39.45% from 255) = 26.32%
BLUE value IS 195 (76.56% from 255) = 51.32%
R=22.37%
G=26.32%
B=51.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851001950.560.4900.24231.8247.8354.9
Hex5564C33831018e83037
Octal12514430370610303506067
Binary101010111001001100001111100011000101100011101000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5564C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5564C3; }

 p { color: rgb(85,100,195); }

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

<style>
 a { background-color: #5564C3; }

 a { background-color: rgb(85,100,195); }

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

<style>
 span { border-color: #5564C3; }

 span { border-color: rgb(85,100,195); }

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