#52839C

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

Shades of Hippie Blue #52839C

Tints of Hippie Blue #52839C

Color information

#52839C (or 0x52839C) is unknown color: approx Hippie Blue. HEX triplet: 52, 83 and 9C. RGB value is (82,131,156). Sum of RGB (Red+Green+Blue) = 82+131+156=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #52839C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52839C is #AD7C63. Grayscale: #777777. Windows color (decimal): -11369572 or 10257234. OLE color: 10257234.

HSL color Cylindrical-coordinate representation of color #52839C: hue angle of 200.27º 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 #52839C is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB82131156-
CMYK0.470.1600.39
HSL200.27º31.09%46.67%-
HSV(B)200.27º47.44%61.18%-
XYZ17.620.4334.47-
YUV119.2148.77101.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.22%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=22.22%
G=35.50%
B=42.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821311560.470.1600.39200.2731.0946.67
Hex52839C2F10027c81f2f
Octal12220323457200473103757
Binary101001010000011100111001011111000001001111100100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52839C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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