#558099

Color #558099 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #558099

Tints of Hippie Blue #558099

Color information

#558099 (or 0x558099) is unknown color: approx Hippie Blue. HEX triplet: 55, 80 and 99. RGB value is (85,128,153). Sum of RGB (Red+Green+Blue) = 85+128+153=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #558099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558099 is #AA7F66. Grayscale: #757575. Windows color (decimal): -11173735 or 10059861. OLE color: 10059861.

HSL color Cylindrical-coordinate representation of color #558099: hue angle of 202.06º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #558099 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB85128153-
CMYK0.440.1600.4
HSL202.06º28.57%46.67%-
HSV(B)202.06º44.44%60%-
XYZ17.2219.6733.03-
YUV117.99147.75104.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.22%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 153 (60.16% from 255) = 41.80%
R=23.22%
G=34.97%
B=41.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal851281530.440.1600.4202.0628.5746.67
Hex5580992C10028ca1d2f
Octal12520023154200503123557
Binary101010110000000100110011011001000001010001100101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558099; }

 p { color: rgb(85,128,153); }

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

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

 a { background-color: rgb(85,128,153); }

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

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

 span { border-color: rgb(85,128,153); }

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