#528499

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

Shades of Hippie Blue #528499

Tints of Hippie Blue #528499

Color information

#528499 (or 0x528499) is unknown color: approx Hippie Blue. HEX triplet: 52, 84 and 99. RGB value is (82,132,153). Sum of RGB (Red+Green+Blue) = 82+132+153=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #528499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528499 is #AD7B66. Grayscale: #777777. Windows color (decimal): -11369319 or 10060882. OLE color: 10060882.

HSL color Cylindrical-coordinate representation of color #528499: hue angle of 197.75º 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 #528499 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB82132153-
CMYK0.460.1400.4
HSL197.75º30.21%46.08%-
HSV(B)197.75º46.41%60%-
XYZ17.4820.633.19-
YUV119.44146.94101.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 153 (60.16% from 255) = 41.69%
R=22.34%
G=35.97%
B=41.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal821321530.460.1400.4197.7530.2146.08
Hex5284992EE028c61e2e
Octal12220423156160503063656
Binary10100101000010010011001101110111001010001100011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528499; }

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

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

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

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

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

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

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

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