#52829B

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

Shades of Hippie Blue #52829B

Tints of Hippie Blue #52829B

Color information

#52829B (or 0x52829B) is unknown color: approx Hippie Blue. HEX triplet: 52, 82 and 9B. RGB value is (82,130,155). Sum of RGB (Red+Green+Blue) = 82+130+155=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #52829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52829B is #AD7D64. Grayscale: #767676. Windows color (decimal): -11369829 or 10191442. OLE color: 10191442.

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

Color convert

RGB82130155-
CMYK0.470.1600.39
HSL200.55º30.8%46.47%-
HSV(B)200.55º47.1%60.78%-
XYZ17.3820.1333.98-
YUV118.5148.6101.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 155 (60.94% from 255) = 42.23%
R=22.34%
G=35.42%
B=42.23%

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
Decimal821301550.470.1600.39200.5530.846.47
Hex52829B2F10027c91f2e
Octal12220223357200473113756
Binary101001010000010100110111011111000001001111100100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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