#528496

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

Shades of Hippie Blue #528496

Tints of Hippie Blue #528496

Color information

#528496 (or 0x528496) is unknown color: approx Hippie Blue. HEX triplet: 52, 84 and 96. RGB value is (82,132,150). Sum of RGB (Red+Green+Blue) = 82+132+150=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #528496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528496 is #AD7B69. Grayscale: #767676. Windows color (decimal): -11369322 or 9864274. OLE color: 9864274.

HSL color Cylindrical-coordinate representation of color #528496: hue angle of 195.88º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #528496 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB82132150-
CMYK0.450.1200.41
HSL195.88º29.31%45.49%-
HSV(B)195.88º45.33%58.82%-
XYZ17.2420.531.9-
YUV119.1145.44101.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.53%
GREEN value IS 132 (51.95% from 255) = 36.26%
BLUE value IS 150 (58.98% from 255) = 41.21%
R=22.53%
G=36.26%
B=41.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821321500.450.1200.41195.8829.3145.49
Hex5284962DC029c41d2d
Octal12220422655140513043555
Binary10100101000010010010110101101110001010011100010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528496; }

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

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

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

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

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

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

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

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