Html Css Color HEX #558199 Hippie Blue

📋 copy color: '#558199'

red 85 ◦ green 129 ◦ blue 153

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

Shades of Hippie Blue #558199

Tints of Hippie Blue #558199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.15%

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

R = 23.16%
G = 35.15%
B = 41.69%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#558199 (or 0x558199) is known color: Hippie Blue. HEX triplet: 55, 81 and 99. RGB value is (85,129,153). Sum of RGB (Red+Green+Blue) = 85+129+153=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #558199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558199 is #AA7E66. Grayscale: #767676. Windows color (decimal): -11173479 or 10060117. OLE color: 10060117.

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

Color convert

RGB 85 129 153 -
CMYK 0.44 0.16 0 0.4
HSL 201.18º 0.29% 0.47% -
HSV(B) 201.18º 0.44% 0.6% -
XYZ 17.35 19.93 33.07 -
YUV 118.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 85 129 153 0.44 0.16 0 0.4 201.18 0.29 0.47
Hex 55 81 99 2C 10 0 28 C9 1D 2F
Octal 125 201 231 54 20 0 50 311 35 57
Binary 1010101 10000001 10011001 101100 10000 0 101000 11001001 11101 101111

Color Harmonies of #558199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558199

Black with #558199

Text Example


Text Example

White with #558199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558199; }

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

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

background-color css

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

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

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

border-color css

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

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

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