#558D9F

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

Shades of Hippie Blue #558D9F

Tints of Hippie Blue #558D9F

Color information

#558D9F (or 0x558D9F) is unknown color: approx Hippie Blue. HEX triplet: 55, 8D and 9F. RGB value is (85,141,159). Sum of RGB (Red+Green+Blue) = 85+141+159=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #558D9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558D9F is #AA7260. Grayscale: #7E7E7E. Windows color (decimal): -11170401 or 10456405. OLE color: 10456405.

HSL color Cylindrical-coordinate representation of color #558D9F: hue angle of 194.59º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #558D9F is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB85141159-
CMYK0.470.1100.38
HSL194.59º30.33%47.84%-
HSV(B)194.59º46.54%62.35%-
XYZ19.5323.4836.3-
YUV126.31146.4598.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.08%
GREEN value IS 141 (55.47% from 255) = 36.62%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=22.08%
G=36.62%
B=41.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851411590.470.1100.38194.5930.3347.84
Hex558D9F2FB026c31e30
Octal12521523757130463033660
Binary10101011000110110011111101111101101001101100001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558D9F; }

 p { color: rgb(85,141,159); }

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

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

 a { background-color: rgb(85,141,159); }

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

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

 span { border-color: rgb(85,141,159); }

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