Html Css Color HEX #558799 Hippie Blue

📋 copy color: '#558799'

red 85 ◦ green 135 ◦ blue 153

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

Shades of Hippie Blue #558799

Tints of Hippie Blue #558799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.19%

 BLUE value IS 153 (60.16% from 255) = 41.02%

R = 22.79%
G = 36.19%
B = 41.02%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#558799 (or 0x558799) is known color: Hippie Blue. HEX triplet: 55, 87 and 99. RGB value is (85,135,153). Sum of RGB (Red+Green+Blue) = 85+135+153=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #558799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558799 is #AA7866. Grayscale: #797979. Windows color (decimal): -11171943 or 10061653. OLE color: 10061653.

HSL color Cylindrical-coordinate representation of color #558799: hue angle of 195.88º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #558799 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 135 153 -
CMYK 0.44 0.12 0 0.4
HSL 195.88º 0.29% 0.47% -
HSV(B) 195.88º 0.44% 0.6% -
XYZ 18.16 21.56 33.34 -
YUV 122.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 85 135 153 0.44 0.12 0 0.4 195.88 0.29 0.47
Hex 55 87 99 2C C 0 28 C4 1D 2F
Octal 125 207 231 54 14 0 50 304 35 57
Binary 1010101 10000111 10011001 101100 1100 0 101000 11000100 11101 101111

Color Harmonies of #558799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558799

Black with #558799

Text Example


Text Example

White with #558799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558799; }

 p { color: rgb(85,135,153); }

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

background-color css

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

 a { background-color: rgb(85,135,153); }

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

border-color css

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

 span { border-color: rgb(85,135,153); }

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