Html Css Color HEX #55899E Hippie Blue

📋 copy color: '#55899E'

red 85 ◦ green 137 ◦ blue 158

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

Shades of Hippie Blue #55899E

Tints of Hippie Blue #55899E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.05%

 BLUE value IS 158 (62.11% from 255) = 41.58%

R = 22.37%
G = 36.05%
B = 41.58%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55899E (or 0x55899E) is known color: Hippie Blue. HEX triplet: 55, 89 and 9E. RGB value is (85,137,158). Sum of RGB (Red+Green+Blue) = 85+137+158=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 158 - color contains mainly: blue. Hex color #55899E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55899E is #AA7661. Grayscale: #7B7B7B. Windows color (decimal): -11171426 or 10389845. OLE color: 10389845.

HSL color Cylindrical-coordinate representation of color #55899E: hue angle of 197.26º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55899E is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 137 158 -
CMYK 0.46 0.13 0 0.38
HSL 197.26º 0.3% 0.48% -
HSV(B) 197.26º 0.46% 0.62% -
XYZ 18.86 22.29 35.66 -
YUV 123.85 147.27 100.29 -
System Red Green Blue C M Y K H S L
Decimal 85 137 158 0.46 0.13 0 0.38 197.26 0.3 0.48
Hex 55 89 9E 2E D 0 26 C5 1E 30
Octal 125 211 236 56 15 0 46 305 36 60
Binary 1010101 10001001 10011110 101110 1101 0 100110 11000101 11110 110000

Color Harmonies of #55899E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55899E

Black with #55899E

Text Example


Text Example

White with #55899E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55899E; }

 p { color: rgb(85,137,158); }

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

background-color css

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

 a { background-color: rgb(85,137,158); }

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

border-color css

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

 span { border-color: rgb(85,137,158); }

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