#558999

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

Shades of Hippie Blue #558999

Tints of Hippie Blue #558999

Color information

#558999 (or 0x558999) is unknown color: approx Hippie Blue. HEX triplet: 55, 89 and 99. RGB value is (85,137,153). Sum of RGB (Red+Green+Blue) = 85+137+153=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #558999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558999 is #AA7666. Grayscale: #7B7B7B. Windows color (decimal): -11171431 or 10062165. OLE color: 10062165.

HSL color Cylindrical-coordinate representation of color #558999: hue angle of 194.12º 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 #558999 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB85137153-
CMYK0.440.1000.4
HSL194.12º28.57%46.67%-
HSV(B)194.12º44.44%60%-
XYZ18.4422.1233.44-
YUV123.28144.77100.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.67%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 153 (60.16% from 255) = 40.8%
R=22.67%
G=36.53%
B=40.8%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal851371530.440.1000.4194.1228.5746.67
Hex5589992CA028c21d2f
Octal12521123154120503023557
Binary10101011000100110011001101100101001010001100001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558999; }

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

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

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

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

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

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

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

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