#55829A

Color #55829A Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #55829A

Tints of Hippie Blue #55829A

Color information

#55829A (or 0x55829A) is unknown color: approx 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

RGB85130154-
CMYK0.450.1600.40
HSL200.87º28.87%46.86%-
HSV(B)200.87º44.81%60.39%-
XYZ17.5620.2333.55-
YUV119.28147.59103.55-

RGB Variations

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

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 (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851301540.450.1600.40200.8728.8746.86
Hex55829A2D10028c91d2f
Octal12520223255200503113557
Binary101010110000010100110101011011000001010001100100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>