#5559CD

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

Shades of Free Speech Blue #5559CD

Tints of Free Speech Blue #5559CD

Color information

#5559CD (or 0x5559CD) is unknown color: approx Free Speech Blue. HEX triplet: 55, 59 and CD. RGB value is (85,89,205). Sum of RGB (Red+Green+Blue) = 85+89+205=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #5559CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5559CD is #AAA632. Grayscale: #646464. Windows color (decimal): -11183667 or 13457749. OLE color: 13457749.

HSL color Cylindrical-coordinate representation of color #5559CD: hue angle of 238º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5559CD is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8589205-
CMYK0.590.5700.20
HSL238º54.55%56.86%-
HSV(B)238º58.54%80.39%-
XYZ18.3413.4859.39-
YUV101.03186.67116.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.43%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 205 (80.47% from 255) = 54.09%
R=22.43%
G=23.48%
B=54.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal85892050.590.5700.2023854.5556.86
Hex5559CD3B39014ee3739
Octal12513131573710243566771
Binary101010110110011100110111101111100101010011101110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5559CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5559CD; }

 p { color: rgb(85,89,205); }

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

<style>
 a { background-color: #5559CD; }

 a { background-color: rgb(85,89,205); }

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

<style>
 span { border-color: #5559CD; }

 span { border-color: rgb(85,89,205); }

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