Html Css Color HEX #55839A Hippie Blue

📋 copy color: '#55839A'

red 85 ◦ green 131 ◦ blue 154

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

Shades of Hippie Blue #55839A

Tints of Hippie Blue #55839A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

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

R = 22.97%
G = 35.41%
B = 41.62%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#55839A (or 0x55839A) is known color: Hippie Blue. HEX triplet: 55, 83 and 9A. RGB value is (85,131,154). Sum of RGB (Red+Green+Blue) = 85+131+154=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #55839A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55839A is #AA7C65. Grayscale: #777777. Windows color (decimal): -11172966 or 10126165. OLE color: 10126165.

HSL color Cylindrical-coordinate representation of color #55839A: hue angle of 200º 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 #55839A is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 131 154 -
CMYK 0.45 0.15 0 0.40
HSL 200º 0.29% 0.47% -
HSV(B) 200º 0.45% 0.6% -
XYZ 17.7 20.5 33.6 -
YUV 119.87 147.26 103.13 -
System Red Green Blue C M Y K H S L
Decimal 85 131 154 0.45 0.15 0 0.40 200 0.29 0.47
Hex 55 83 9A 2D F 0 28 C8 1D 2F
Octal 125 203 232 55 17 0 50 310 35 57
Binary 1010101 10000011 10011010 101101 1111 0 101000 11001000 11101 101111

Color Harmonies of #55839A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55839A

Black with #55839A

Text Example


Text Example

White with #55839A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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