#52869C

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

Shades of Hippie Blue #52869C

Tints of Hippie Blue #52869C

Color information

#52869C (or 0x52869C) is unknown color: approx Hippie Blue. HEX triplet: 52, 86 and 9C. RGB value is (82,134,156). Sum of RGB (Red+Green+Blue) = 82+134+156=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #52869C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52869C is #AD7963. Grayscale: #787878. Windows color (decimal): -11368804 or 10258002. OLE color: 10258002.

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

Color convert

RGB82134156-
CMYK0.470.1400.39
HSL197.84º31.09%46.67%-
HSV(B)197.84º47.44%61.18%-
XYZ18.0121.2434.6-
YUV120.96147.77100.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.04%
GREEN value IS 134 (52.73% from 255) = 36.02%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=22.04%
G=36.02%
B=41.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821341560.470.1400.39197.8431.0946.67
Hex52869C2FE027c61f2f
Octal12220623457160473063757
Binary10100101000011010011100101111111001001111100011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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