#5564D0

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

Shades of Free Speech Blue #5564D0

Tints of Free Speech Blue #5564D0

Color information

#5564D0 (or 0x5564D0) is unknown color: approx Free Speech Blue. HEX triplet: 55, 64 and D0. RGB value is (85,100,208). Sum of RGB (Red+Green+Blue) = 85+100+208=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 208 (81.64% from 255 or 52.93% from 393); Max value from RGB is 208 - color contains mainly: blue. Hex color #5564D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5564D0 is #AA9B2F. Grayscale: #6B6B6B. Windows color (decimal): -11180848 or 13657173. OLE color: 13657173.

HSL color Cylindrical-coordinate representation of color #5564D0: hue angle of 232.68º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5564D0 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB85100208-
CMYK0.590.5200.18
HSL232.68º56.68%57.45%-
HSV(B)232.68º59.13%81.57%-
XYZ19.6915.661.65-
YUV107.83184.53111.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.63%
GREEN value IS 100 (39.45% from 255) = 25.45%
BLUE value IS 208 (81.64% from 255) = 52.93%
R=21.63%
G=25.45%
B=52.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal851002080.590.5200.18232.6856.6857.45
Hex5564D03B34012e93939
Octal12514432073640223517171
Binary101010111001001101000011101111010001001011101001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5564D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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