#558F9F

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

Shades of Hippie Blue #558F9F

Tints of Hippie Blue #558F9F

Color information

#558F9F (or 0x558F9F) is unknown color: approx Hippie Blue. HEX triplet: 55, 8F and 9F. RGB value is (85,143,159). Sum of RGB (Red+Green+Blue) = 85+143+159=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #558F9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558F9F is #AA7060. Grayscale: #7F7F7F. Windows color (decimal): -11169889 or 10456917. OLE color: 10456917.

HSL color Cylindrical-coordinate representation of color #558F9F: hue angle of 192.97º 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 #558F9F is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB85143159-
CMYK0.470.1000.38
HSL192.97º30.33%47.84%-
HSV(B)192.97º46.54%62.35%-
XYZ19.8324.0836.4-
YUV127.48145.7897.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.96%
GREEN value IS 143 (56.25% from 255) = 36.95%
BLUE value IS 159 (62.5% from 255) = 41.09%
R=21.96%
G=36.95%
B=41.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851431590.470.1000.38192.9730.3347.84
Hex558F9F2FA026c11e30
Octal12521723757120463013660
Binary10101011000111110011111101111101001001101100000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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