Html Css Color HEX #55899B Hippie Blue

📋 copy color: '#55899B'

red 85 ◦ green 137 ◦ blue 155

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

Shades of Hippie Blue #55899B

Tints of Hippie Blue #55899B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 22.55%
G = 36.34%
B = 41.11%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55899B (or 0x55899B) is known color: Hippie Blue. HEX triplet: 55, 89 and 9B. RGB value is (85,137,155). Sum of RGB (Red+Green+Blue) = 85+137+155=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #55899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55899B is #AA7664. Grayscale: #7B7B7B. Windows color (decimal): -11171429 or 10193237. OLE color: 10193237.

HSL color Cylindrical-coordinate representation of color #55899B: hue angle of 195.43º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55899B is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 137 155 -
CMYK 0.45 0.12 0 0.39
HSL 195.43º 0.29% 0.47% -
HSV(B) 195.43º 0.45% 0.61% -
XYZ 18.61 22.19 34.31 -
YUV 123.5 145.77 100.54 -
System Red Green Blue C M Y K H S L
Decimal 85 137 155 0.45 0.12 0 0.39 195.43 0.29 0.47
Hex 55 89 9B 2D C 0 27 C3 1D 2F
Octal 125 211 233 55 14 0 47 303 35 57
Binary 1010101 10001001 10011011 101101 1100 0 100111 11000011 11101 101111

Color Harmonies of #55899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55899B

Black with #55899B

Text Example


Text Example

White with #55899B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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