#558596

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

Shades of Hippie Blue #558596

Tints of Hippie Blue #558596

Color information

#558596 (or 0x558596) is unknown color: approx Hippie Blue. HEX triplet: 55, 85 and 96. RGB value is (85,133,150). Sum of RGB (Red+Green+Blue) = 85+133+150=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 150 - color contains mainly: blue. Hex color #558596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558596 is #AA7A69. Grayscale: #787878. Windows color (decimal): -11172458 or 9864533. OLE color: 9864533.

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

Color convert

RGB85133150-
CMYK0.430.1100.41
HSL195.69º27.66%46.08%-
HSV(B)195.69º43.33%58.82%-
XYZ17.6420.9131.96-
YUV120.59144.6102.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.10%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 150 (58.98% from 255) = 40.76%
R=23.10%
G=36.14%
B=40.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851331500.430.1100.41195.6927.6646.08
Hex5585962BB029c41c2e
Octal12520522653130513043456
Binary10101011000010110010110101011101101010011100010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558596; }

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

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

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

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

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

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

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

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