Html Css Color HEX #55889B Hippie Blue

📋 copy color: '#55889B'

red 85 ◦ green 136 ◦ blue 155

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

Shades of Hippie Blue #55889B

Tints of Hippie Blue #55889B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.17%

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

R = 22.61%
G = 36.17%
B = 41.22%

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

#55889B (or 0x55889B) is known color: Hippie Blue. HEX triplet: 55, 88 and 9B. RGB value is (85,136,155). Sum of RGB (Red+Green+Blue) = 85+136+155=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #55889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55889B is #AA7764. Grayscale: #7A7A7A. Windows color (decimal): -11171685 or 10192981. OLE color: 10192981.

HSL color Cylindrical-coordinate representation of color #55889B: hue angle of 196.29º 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 #55889B is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 136 155 -
CMYK 0.45 0.12 0 0.39
HSL 196.29º 0.29% 0.47% -
HSV(B) 196.29º 0.45% 0.61% -
XYZ 18.47 21.91 34.27 -
YUV 122.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 85 136 155 0.45 0.12 0 0.39 196.29 0.29 0.47
Hex 55 88 9B 2D C 0 27 C4 1D 2F
Octal 125 210 233 55 14 0 47 304 35 57
Binary 1010101 10001000 10011011 101101 1100 0 100111 11000100 11101 101111

Color Harmonies of #55889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55889B

Black with #55889B

Text Example


Text Example

White with #55889B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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