#528099

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

Shades of Hippie Blue #528099

Tints of Hippie Blue #528099

Color information

#528099 (or 0x528099) is unknown color: approx Hippie Blue. HEX triplet: 52, 80 and 99. RGB value is (82,128,153). Sum of RGB (Red+Green+Blue) = 82+128+153=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #528099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528099 is #AD7F66. Grayscale: #747474. Windows color (decimal): -11370343 or 10059858. OLE color: 10059858.

HSL color Cylindrical-coordinate representation of color #528099: hue angle of 201.13º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #528099 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB82128153-
CMYK0.460.1600.4
HSL201.13º30.21%46.08%-
HSV(B)201.13º46.41%60%-
XYZ16.9519.5333.01-
YUV117.1148.26102.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.59%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 153 (60.16% from 255) = 42.15%
R=22.59%
G=35.26%
B=42.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal821281530.460.1600.4201.1330.2146.08
Hex5280992E10028c91e2e
Octal12220023156200503113656
Binary101001010000000100110011011101000001010001100100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528099; }

 p { color: rgb(82,128,153); }

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

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

 a { background-color: rgb(82,128,153); }

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

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

 span { border-color: rgb(82,128,153); }

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