#558EA1

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

Shades of Hippie Blue #558EA1

Tints of Hippie Blue #558EA1

Color information

#558EA1 (or 0x558EA1) is unknown color: approx Hippie Blue. HEX triplet: 55, 8E and A1. RGB value is (85,142,161). Sum of RGB (Red+Green+Blue) = 85+142+161=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 161 - color contains mainly: blue. Hex color #558EA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558EA1 is #AA715E. Grayscale: #7E7E7E. Windows color (decimal): -11170143 or 10587733. OLE color: 10587733.

HSL color Cylindrical-coordinate representation of color #558EA1: hue angle of 195º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #558EA1 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB85142161-
CMYK0.470.1200.37
HSL195º30.89%48.24%-
HSV(B)195º47.2%63.14%-
XYZ19.8523.8537.28-
YUV127.12147.1297.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.91%
GREEN value IS 142 (55.86% from 255) = 36.60%
BLUE value IS 161 (63.28% from 255) = 41.49%
R=21.91%
G=36.60%
B=41.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal851421610.470.1200.3719530.8948.24
Hex558EA12FC025c31f30
Octal12521624157140453033760
Binary10101011000111010100001101111110001001011100001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,142,161); }

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

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

 a { background-color: rgb(85,142,161); }

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

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

 span { border-color: rgb(85,142,161); }

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