#558396

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

Shades of Hippie Blue #558396

Tints of Hippie Blue #558396

Color information

#558396 (or 0x558396) is unknown color: approx Hippie Blue. HEX triplet: 55, 83 and 96. RGB value is (85,131,150). Sum of RGB (Red+Green+Blue) = 85+131+150=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #558396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558396 is #AA7C69. Grayscale: #777777. Windows color (decimal): -11172970 or 9864021. OLE color: 9864021.

HSL color Cylindrical-coordinate representation of color #558396: hue angle of 197.54º 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 #558396 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB85131150-
CMYK0.430.1300.41
HSL197.54º27.66%46.08%-
HSV(B)197.54º43.33%58.82%-
XYZ17.3720.3731.87-
YUV119.41145.26103.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.22%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 150 (58.98% from 255) = 40.98%
R=23.22%
G=35.79%
B=40.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851311500.430.1300.41197.5427.6646.08
Hex5583962BD029c61c2e
Octal12520322653150513063456
Binary10101011000001110010110101011110101010011100011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558396; }

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

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

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

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

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

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

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

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