#558899

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

Shades of Hippie Blue #558899

Tints of Hippie Blue #558899

Color information

#558899 (or 0x558899) is unknown color: approx Hippie Blue. HEX triplet: 55, 88 and 99. RGB value is (85,136,153). Sum of RGB (Red+Green+Blue) = 85+136+153=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #558899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558899 is #AA7766. Grayscale: #7A7A7A. Windows color (decimal): -11171687 or 10061909. OLE color: 10061909.

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

Color convert

RGB85136153-
CMYK0.440.1100.4
HSL195º28.57%46.67%-
HSV(B)195º44.44%60%-
XYZ18.321.8433.39-
YUV122.69145.1101.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 136 (53.52% from 255) = 36.36%
BLUE value IS 153 (60.16% from 255) = 40.91%
R=22.73%
G=36.36%
B=40.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal851361530.440.1100.419528.5746.67
Hex5588992CB028c31d2f
Octal12521023154130503033557
Binary10101011000100010011001101100101101010001100001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558899; }

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

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

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

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

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

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

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

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