#52859B

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

Shades of Hippie Blue #52859B

Tints of Hippie Blue #52859B

Color information

#52859B (or 0x52859B) is unknown color: approx Hippie Blue. HEX triplet: 52, 85 and 9B. RGB value is (82,133,155). Sum of RGB (Red+Green+Blue) = 82+133+155=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #52859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52859B is #AD7A64. Grayscale: #787878. Windows color (decimal): -11369061 or 10192210. OLE color: 10192210.

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

Color convert

RGB82133155-
CMYK0.470.1400.39
HSL198.08º30.8%46.47%-
HSV(B)198.08º47.1%60.78%-
XYZ17.7820.9434.11-
YUV120.26147.6100.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.16%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=22.16%
G=35.95%
B=41.89%

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
Decimal821331550.470.1400.39198.0830.846.47
Hex52859B2FE027c61f2e
Octal12220523357160473063756
Binary10100101000010110011011101111111001001111100011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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