#52849C

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

Shades of Hippie Blue #52849C

Tints of Hippie Blue #52849C

Color information

#52849C (or 0x52849C) is unknown color: approx Hippie Blue. HEX triplet: 52, 84 and 9C. RGB value is (82,132,156). Sum of RGB (Red+Green+Blue) = 82+132+156=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #52849C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52849C is #AD7B63. Grayscale: #777777. Windows color (decimal): -11369316 or 10257490. OLE color: 10257490.

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

Color convert

RGB82132156-
CMYK0.470.1500.39
HSL199.46º31.09%46.67%-
HSV(B)199.46º47.44%61.18%-
XYZ17.7320.734.51-
YUV119.79148.44101.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.16%
GREEN value IS 132 (51.95% from 255) = 35.68%
BLUE value IS 156 (61.33% from 255) = 42.16%
R=22.16%
G=35.68%
B=42.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821321560.470.1500.39199.4631.0946.67
Hex52849C2FF027c71f2f
Octal12220423457170473073757
Binary10100101000010010011100101111111101001111100011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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