#52809A

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

Shades of Hippie Blue #52809A

Tints of Hippie Blue #52809A

Color information

#52809A (or 0x52809A) is unknown color: approx Hippie Blue. HEX triplet: 52, 80 and 9A. RGB value is (82,128,154). Sum of RGB (Red+Green+Blue) = 82+128+154=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 154 - color contains mainly: blue. Hex color #52809A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52809A is #AD7F65. Grayscale: #757575. Windows color (decimal): -11370342 or 10125394. OLE color: 10125394.

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

Color convert

RGB82128154-
CMYK0.470.1700.40
HSL201.67º30.51%46.27%-
HSV(B)201.67º46.75%60.39%-
XYZ17.0319.5733.45-
YUV117.21148.76102.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.53%
GREEN value IS 128 (50.39% from 255) = 35.16%
BLUE value IS 154 (60.55% from 255) = 42.31%
R=22.53%
G=35.16%
B=42.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821281540.470.1700.40201.6730.5146.27
Hex52809A2F11028ca1f2e
Octal12220023257210503123756
Binary101001010000000100110101011111000101010001100101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,128,154); }

 H1.HeaderClassName
 {
   color: #52809A;
 }
 .AnyTagClassName
 {
   color: #52809A;
 }
</style>
background-color css

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

 a { background-color: rgb(82,128,154); }

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

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

 span { border-color: rgb(82,128,154); }

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