#52829E

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

Shades of Hippie Blue #52829E

Tints of Hippie Blue #52829E

Color information

#52829E (or 0x52829E) is unknown color: approx Hippie Blue. HEX triplet: 52, 82 and 9E. RGB value is (82,130,158). Sum of RGB (Red+Green+Blue) = 82+130+158=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 158 - color contains mainly: blue. Hex color #52829E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52829E is #AD7D61. Grayscale: #767676. Windows color (decimal): -11369826 or 10388050. OLE color: 10388050.

HSL color Cylindrical-coordinate representation of color #52829E: hue angle of 202.11º degrees, saturation: 0.32, 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 #52829E is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82130158-
CMYK0.480.1800.38
HSL202.11º31.67%47.06%-
HSV(B)202.11º48.1%61.96%-
XYZ17.6320.2335.32-
YUV118.84150.1101.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.16%
GREEN value IS 130 (51.17% from 255) = 35.14%
BLUE value IS 158 (62.11% from 255) = 42.70%
R=22.16%
G=35.14%
B=42.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821301580.480.1800.38202.1131.6747.06
Hex52829E3012026ca202f
Octal12220223660220463124057
Binary1010010100000101001111011000010010010011011001010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52829E; }

 p { color: rgb(82,130,158); }

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

<style>
 a { background-color: #52829E; }

 a { background-color: rgb(82,130,158); }

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

<style>
 span { border-color: #52829E; }

 span { border-color: rgb(82,130,158); }

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