Html Css Color HEX #558697 Hippie Blue

📋 copy color: '#558697'

red 85 ◦ green 134 ◦ blue 151

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

Shades of Hippie Blue #558697

Tints of Hippie Blue #558697

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.22%

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

R = 22.97%
G = 36.22%
B = 40.81%

CMYK

 C value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#558697 (or 0x558697) is known color: Hippie Blue. HEX triplet: 55, 86 and 97. RGB value is (85,134,151). Sum of RGB (Red+Green+Blue) = 85+134+151=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 151 - color contains mainly: blue. Hex color #558697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558697 is #AA7968. Grayscale: #797979. Windows color (decimal): -11172201 or 9930325. OLE color: 9930325.

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

Color convert

RGB 85 134 151 -
CMYK 0.44 0.11 0 0.41
HSL 195.45º 0.28% 0.46% -
HSV(B) 195.45º 0.44% 0.59% -
XYZ 17.86 21.22 32.43 -
YUV 121.29 144.77 102.12 -
System Red Green Blue C M Y K H S L
Decimal 85 134 151 0.44 0.11 0 0.41 195.45 0.28 0.46
Hex 55 86 97 2C B 0 29 C3 1C 2E
Octal 125 206 227 54 13 0 51 303 34 56
Binary 1010101 10000110 10010111 101100 1011 0 101001 11000011 11100 101110

Color Harmonies of #558697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558697

Black with #558697

Text Example


Text Example

White with #558697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558697; }

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

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

background-color css

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

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

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

border-color css

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

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

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