#52809B

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

Shades of Hippie Blue #52809B

Tints of Hippie Blue #52809B

Color information

#52809B (or 0x52809B) is unknown color: approx Hippie Blue. HEX triplet: 52, 80 and 9B. RGB value is (82,128,155). Sum of RGB (Red+Green+Blue) = 82+128+155=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #52809B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52809B is #AD7F64. Grayscale: #757575. Windows color (decimal): -11370341 or 10190930. OLE color: 10190930.

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

Color convert

RGB82128155-
CMYK0.470.1700.39
HSL202.19º30.8%46.47%-
HSV(B)202.19º47.1%60.78%-
XYZ17.1219.633.89-
YUV117.32149.26102.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.47%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 155 (60.94% from 255) = 42.47%
R=22.47%
G=35.07%
B=42.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821281550.470.1700.39202.1930.846.47
Hex52809B2F11027ca1f2e
Octal12220023357210473123756
Binary101001010000000100110111011111000101001111100101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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