#528397

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

Shades of Hippie Blue #528397

Tints of Hippie Blue #528397

Color information

#528397 (or 0x528397) is unknown color: approx Hippie Blue. HEX triplet: 52, 83 and 97. RGB value is (82,131,151). Sum of RGB (Red+Green+Blue) = 82+131+151=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 151 - color contains mainly: blue. Hex color #528397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528397 is #AD7C68. Grayscale: #767676. Windows color (decimal): -11369577 or 9929554. OLE color: 9929554.

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

Color convert

RGB82131151-
CMYK0.460.1300.41
HSL197.39º29.61%45.69%-
HSV(B)197.39º45.7%59.22%-
XYZ17.1820.2632.28-
YUV118.63146.27101.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.53%
GREEN value IS 131 (51.56% from 255) = 35.99%
BLUE value IS 151 (59.38% from 255) = 41.48%
R=22.53%
G=35.99%
B=41.48%

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
Decimal821311510.460.1300.41197.3929.6145.69
Hex5283972ED029c51e2e
Octal12220322756150513053656
Binary10100101000001110010111101110110101010011100010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528397; }

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

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

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

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

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

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

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

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