Html Css Color HEX #558897 Hippie Blue

📋 copy color: '#558897'

red 85 ◦ green 136 ◦ blue 151

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

Shades of Hippie Blue #558897

Tints of Hippie Blue #558897

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.56%

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

R = 22.85%
G = 36.56%
B = 40.59%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#558897 (or 0x558897) is known color: Hippie Blue. HEX triplet: 55, 88 and 97. RGB value is (85,136,151). Sum of RGB (Red+Green+Blue) = 85+136+151=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 151 - color contains mainly: blue. Hex color #558897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558897 is #AA7768. Grayscale: #7A7A7A. Windows color (decimal): -11171689 or 9930837. OLE color: 9930837.

HSL color Cylindrical-coordinate representation of color #558897: hue angle of 193.64º 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 #558897 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 136 151 -
CMYK 0.44 0.10 0 0.41
HSL 193.64º 0.28% 0.46% -
HSV(B) 193.64º 0.44% 0.59% -
XYZ 18.14 21.77 32.53 -
YUV 122.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 85 136 151 0.44 0.10 0 0.41 193.64 0.28 0.46
Hex 55 88 97 2C A 0 29 C2 1C 2E
Octal 125 210 227 54 12 0 51 302 34 56
Binary 1010101 10001000 10010111 101100 1010 0 101001 11000010 11100 101110

Color Harmonies of #558897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558897

Black with #558897

Text Example


Text Example

White with #558897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558897; }

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

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

background-color css

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

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

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

border-color css

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

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

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