#558196

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

Shades of Hippie Blue #558196

Tints of Hippie Blue #558196

Color information

#558196 (or 0x558196) is unknown color: approx Hippie Blue. HEX triplet: 55, 81 and 96. RGB value is (85,129,150). Sum of RGB (Red+Green+Blue) = 85+129+150=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #558196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558196 is #AA7E69. Grayscale: #767676. Windows color (decimal): -11173482 or 9863509. OLE color: 9863509.

HSL color Cylindrical-coordinate representation of color #558196: hue angle of 199.38º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #558196 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB85129150-
CMYK0.430.1400.41
HSL199.38º27.66%46.08%-
HSV(B)199.38º43.33%58.82%-
XYZ17.119.8331.78-
YUV118.24145.92104.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.35%
GREEN value IS 129 (50.78% from 255) = 35.44%
BLUE value IS 150 (58.98% from 255) = 41.21%
R=23.35%
G=35.44%
B=41.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851291500.430.1400.41199.3827.6646.08
Hex5581962BE029c71c2e
Octal12520122653160513073456
Binary10101011000000110010110101011111001010011100011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558196; }

 p { color: rgb(85,129,150); }

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

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

 a { background-color: rgb(85,129,150); }

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

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

 span { border-color: rgb(85,129,150); }

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