Html Css Color HEX #55829A Hippie Blue

📋 copy color: '#55829A'

red 85 ◦ green 130 ◦ blue 154

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

Shades of Hippie Blue #55829A

Tints of Hippie Blue #55829A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.23%

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

R = 23.04%
G = 35.23%
B = 41.73%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#55829A (or 0x55829A) is known color: Hippie Blue. HEX triplet: 55, 82 and 9A. RGB value is (85,130,154). Sum of RGB (Red+Green+Blue) = 85+130+154=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 154 - color contains mainly: blue. Hex color #55829A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55829A is #AA7D65. Grayscale: #777777. Windows color (decimal): -11173222 or 10125909. OLE color: 10125909.

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

Color convert

RGB 85 130 154 -
CMYK 0.45 0.16 0 0.40
HSL 200.87º 0.29% 0.47% -
HSV(B) 200.87º 0.45% 0.6% -
XYZ 17.56 20.23 33.55 -
YUV 119.28 147.59 103.55 -
System Red Green Blue C M Y K H S L
Decimal 85 130 154 0.45 0.16 0 0.40 200.87 0.29 0.47
Hex 55 82 9A 2D 10 0 28 C9 1D 2F
Octal 125 202 232 55 20 0 50 311 35 57
Binary 1010101 10000010 10011010 101101 10000 0 101000 11001001 11101 101111

Color Harmonies of #55829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55829A

Black with #55829A

Text Example


Text Example

White with #55829A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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