#52809C

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

Shades of Hippie Blue #52809C

Tints of Hippie Blue #52809C

Color information

#52809C (or 0x52809C) is unknown color: approx Hippie Blue. HEX triplet: 52, 80 and 9C. RGB value is (82,128,156). Sum of RGB (Red+Green+Blue) = 82+128+156=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #52809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52809C is #AD7F63. Grayscale: #757575. Windows color (decimal): -11370340 or 10256466. OLE color: 10256466.

HSL color Cylindrical-coordinate representation of color #52809C: hue angle of 202.7º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52809C is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB82128156-
CMYK0.470.1800.39
HSL202.7º31.09%46.67%-
HSV(B)202.7º47.44%61.18%-
XYZ17.219.6334.34-
YUV117.44149.76102.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.40%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 156 (61.33% from 255) = 42.62%
R=22.40%
G=34.97%
B=42.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821281560.470.1800.39202.731.0946.67
Hex52809C2F12027cb1f2f
Octal12220023457220473133757
Binary101001010000000100111001011111001001001111100101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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