#52839E

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

Shades of Hippie Blue #52839E

Tints of Hippie Blue #52839E

Color information

#52839E (or 0x52839E) is unknown color: approx Hippie Blue. HEX triplet: 52, 83 and 9E. RGB value is (82,131,158). Sum of RGB (Red+Green+Blue) = 82+131+158=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #52839E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52839E is #AD7C61. Grayscale: #777777. Windows color (decimal): -11369570 or 10388306. OLE color: 10388306.

HSL color Cylindrical-coordinate representation of color #52839E: hue angle of 201.32º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52839E is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82131158-
CMYK0.480.1700.38
HSL201.32º31.67%47.06%-
HSV(B)201.32º48.1%61.96%-
XYZ17.7720.535.37-
YUV119.43149.77101.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 158 (62.11% from 255) = 42.59%
R=22.10%
G=35.31%
B=42.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821311580.480.1700.38201.3231.6747.06
Hex52839E3011026c9202f
Octal12220323660210463114057
Binary1010010100000111001111011000010001010011011001001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52839E; }

 p { color: rgb(82,131,158); }

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

<style>
 a { background-color: #52839E; }

 a { background-color: rgb(82,131,158); }

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

<style>
 span { border-color: #52839E; }

 span { border-color: rgb(82,131,158); }

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