#558A9D

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

Shades of Hippie Blue #558A9D

Tints of Hippie Blue #558A9D

Color information

#558A9D (or 0x558A9D) is unknown color: approx Hippie Blue. HEX triplet: 55, 8A and 9D. RGB value is (85,138,157). Sum of RGB (Red+Green+Blue) = 85+138+157=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #558A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558A9D is #AA7562. Grayscale: #7C7C7C. Windows color (decimal): -11171171 or 10324565. OLE color: 10324565.

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

Color convert

RGB85138157-
CMYK0.460.1200.38
HSL195.83º29.75%47.45%-
HSV(B)195.83º45.86%61.57%-
XYZ18.9222.5435.25-
YUV124.32146.4499.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.37%
GREEN value IS 138 (54.30% from 255) = 36.32%
BLUE value IS 157 (61.72% from 255) = 41.32%
R=22.37%
G=36.32%
B=41.32%

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
Decimal851381570.460.1200.38195.8329.7547.45
Hex558A9D2EC026c41e2f
Octal12521223556140463043657
Binary10101011000101010011101101110110001001101100010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,138,157); }

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

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

 a { background-color: rgb(85,138,157); }

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

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

 span { border-color: rgb(85,138,157); }

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