#528497

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

Shades of Hippie Blue #528497

Tints of Hippie Blue #528497

Color information

#528497 (or 0x528497) is unknown color: approx Hippie Blue. HEX triplet: 52, 84 and 97. RGB value is (82,132,151). Sum of RGB (Red+Green+Blue) = 82+132+151=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 151 - color contains mainly: blue. Hex color #528497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528497 is #AD7B68. Grayscale: #777777. Windows color (decimal): -11369321 or 9929810. OLE color: 9929810.

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

Color convert

RGB82132151-
CMYK0.460.1300.41
HSL196.52º29.61%45.69%-
HSV(B)196.52º45.7%59.22%-
XYZ17.3220.5332.33-
YUV119.22145.94101.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.47%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 151 (59.38% from 255) = 41.37%
R=22.47%
G=36.16%
B=41.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821321510.460.1300.41196.5229.6145.69
Hex5284972ED029c51e2e
Octal12220422756150513053656
Binary10100101000010010010111101110110101010011100010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528497; }

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

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

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

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

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

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

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

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