Html Css Color HEX #55869A Hippie Blue

📋 copy color: '#55869A'

red 85 ◦ green 134 ◦ blue 154

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

Shades of Hippie Blue #55869A

Tints of Hippie Blue #55869A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.92%

 BLUE value IS 154 (60.55% from 255) = 41.29%

R = 22.79%
G = 35.92%
B = 41.29%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#55869A (or 0x55869A) is known color: Hippie Blue. HEX triplet: 55, 86 and 9A. RGB value is (85,134,154). Sum of RGB (Red+Green+Blue) = 85+134+154=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #55869A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55869A is #AA7965. Grayscale: #797979. Windows color (decimal): -11172198 or 10126933. OLE color: 10126933.

HSL color Cylindrical-coordinate representation of color #55869A: hue angle of 197.39º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55869A is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 134 154 -
CMYK 0.45 0.13 0 0.40
HSL 197.39º 0.29% 0.47% -
HSV(B) 197.39º 0.45% 0.6% -
XYZ 18.1 21.31 33.73 -
YUV 121.63 146.27 101.87 -
System Red Green Blue C M Y K H S L
Decimal 85 134 154 0.45 0.13 0 0.40 197.39 0.29 0.47
Hex 55 86 9A 2D D 0 28 C5 1D 2F
Octal 125 206 232 55 15 0 50 305 35 57
Binary 1010101 10000110 10011010 101101 1101 0 101000 11000101 11101 101111

Color Harmonies of #55869A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55869A

Black with #55869A

Text Example


Text Example

White with #55869A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55869A; }

 p { color: rgb(85,134,154); }

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

background-color css

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

 a { background-color: rgb(85,134,154); }

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

border-color css

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

 span { border-color: rgb(85,134,154); }

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