#52839D

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

Shades of Hippie Blue #52839D

Tints of Hippie Blue #52839D

Color information

#52839D (or 0x52839D) is unknown color: approx Hippie Blue. HEX triplet: 52, 83 and 9D. RGB value is (82,131,157). Sum of RGB (Red+Green+Blue) = 82+131+157=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #52839D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52839D is #AD7C62. Grayscale: #777777. Windows color (decimal): -11369571 or 10322770. OLE color: 10322770.

HSL color Cylindrical-coordinate representation of color #52839D: hue angle of 200.8º degrees, saturation: 0.31, 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 #52839D is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82131157-
CMYK0.480.1700.38
HSL200.8º31.38%46.86%-
HSV(B)200.8º47.77%61.57%-
XYZ17.6820.4634.92-
YUV119.31149.27101.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.16%
GREEN value IS 131 (51.56% from 255) = 35.41%
BLUE value IS 157 (61.72% from 255) = 42.43%
R=22.16%
G=35.41%
B=42.43%

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
Decimal821311570.480.1700.38200.831.3846.86
Hex52839D3011026c91f2f
Octal12220323560210463113757
Binary101001010000011100111011100001000101001101100100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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