Html Css Color HEX #558497 Hippie Blue

📋 copy color: '#558497'

red 85 ◦ green 132 ◦ blue 151

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

Shades of Hippie Blue #558497

Tints of Hippie Blue #558497

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.87%

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

R = 23.1%
G = 35.87%
B = 41.03%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#558497 (or 0x558497) is known color: Hippie Blue. HEX triplet: 55, 84 and 97. RGB value is (85,132,151). Sum of RGB (Red+Green+Blue) = 85+132+151=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 151 - color contains mainly: blue. Hex color #558497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558497 is #AA7B68. Grayscale: #777777. Windows color (decimal): -11172713 or 9929813. OLE color: 9929813.

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

Color convert

RGB 85 132 151 -
CMYK 0.44 0.13 0 0.41
HSL 197.27º 0.28% 0.46% -
HSV(B) 197.27º 0.44% 0.59% -
XYZ 17.58 20.67 32.34 -
YUV 120.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 85 132 151 0.44 0.13 0 0.41 197.27 0.28 0.46
Hex 55 84 97 2C D 0 29 C5 1C 2E
Octal 125 204 227 54 15 0 51 305 34 56
Binary 1010101 10000100 10010111 101100 1101 0 101001 11000101 11100 101110

Color Harmonies of #558497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558497

Black with #558497

Text Example


Text Example

White with #558497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558497; }

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

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

background-color css

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

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

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

border-color css

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

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

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