#558B9E

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

Shades of Hippie Blue #558B9E

Tints of Hippie Blue #558B9E

Color information

#558B9E (or 0x558B9E) is unknown color: approx Hippie Blue. HEX triplet: 55, 8B and 9E. RGB value is (85,139,158). Sum of RGB (Red+Green+Blue) = 85+139+158=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 158 - color contains mainly: blue. Hex color #558B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558B9E is #AA7461. Grayscale: #7C7C7C. Windows color (decimal): -11170914 or 10390357. OLE color: 10390357.

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

Color convert

RGB85139158-
CMYK0.460.1200.38
HSL195.62º30.04%47.65%-
HSV(B)195.62º46.2%61.96%-
XYZ19.1522.8735.75-
YUV125.02146.6199.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.25%
GREEN value IS 139 (54.69% from 255) = 36.39%
BLUE value IS 158 (62.11% from 255) = 41.36%
R=22.25%
G=36.39%
B=41.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851391580.460.1200.38195.6230.0447.65
Hex558B9E2EC026c41e30
Octal12521323656140463043660
Binary10101011000101110011110101110110001001101100010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,139,158); }

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

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

 a { background-color: rgb(85,139,158); }

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

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

 span { border-color: rgb(85,139,158); }

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