Html Css Color HEX #558997 Hippie Blue

📋 copy color: '#558997'

red 85 ◦ green 137 ◦ blue 151

#558997
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #558997

Tints of Hippie Blue #558997

RGB

 RED value IS 85 (33.59% from 255) = 22.79%

 GREEN value IS 137 (53.91% from 255) = 36.73%

 BLUE value IS 151 (59.38% from 255) = 40.48%

R = 22.79%
G = 36.73%
B = 40.48%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#558997 (or 0x558997) is known color: Hippie Blue. HEX triplet: 55, 89 and 97. RGB value is (85,137,151). Sum of RGB (Red+Green+Blue) = 85+137+151=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 151 - color contains mainly: blue. Hex color #558997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558997 is #AA7668. Grayscale: #7A7A7A. Windows color (decimal): -11171433 or 9931093. OLE color: 9931093.

HSL color Cylindrical-coordinate representation of color #558997: hue angle of 192.73º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #558997 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 137 151 -
CMYK 0.44 0.09 0 0.41
HSL 192.73º 0.28% 0.46% -
HSV(B) 192.73º 0.44% 0.59% -
XYZ 18.28 22.06 32.57 -
YUV 123.05 143.77 100.86 -
System Red Green Blue C M Y K H S L
Decimal 85 137 151 0.44 0.09 0 0.41 192.73 0.28 0.46
Hex 55 89 97 2C 9 0 29 C1 1C 2E
Octal 125 211 227 54 11 0 51 301 34 56
Binary 1010101 10001001 10010111 101100 1001 0 101001 11000001 11100 101110

Color Harmonies of #558997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558997

Black with #558997

Text Example


Text Example

White with #558997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558997; }

 p { color: rgb(85,137,151); }

 H1.HeaderClassName
 {
   color: #558997;
 }
 .AnyTagClassName
 {
   color: #558997;
 }
</style>

background-color css

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

 a { background-color: rgb(85,137,151); }

 div.DivClassName
 {
   background-color: #558997;
 }
 .BgClassName
 {
   background-color: #558997;
 }
</style>

border-color css

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

 span { border-color: rgb(85,137,151); }

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