#528897

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

Shades of Hippie Blue #528897

Tints of Hippie Blue #528897

Color information

#528897 (or 0x528897) is unknown color: approx Hippie Blue. HEX triplet: 52, 88 and 97. RGB value is (82,136,151). Sum of RGB (Red+Green+Blue) = 82+136+151=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 151 - color contains mainly: blue. Hex color #528897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528897 is #AD7768. Grayscale: #797979. Windows color (decimal): -11368297 or 9930834. OLE color: 9930834.

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

Color convert

RGB82136151-
CMYK0.460.1000.41
HSL193.04º29.61%45.69%-
HSV(B)193.04º45.7%59.22%-
XYZ17.8721.6432.51-
YUV121.56144.6199.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.22%
GREEN value IS 136 (53.52% from 255) = 36.86%
BLUE value IS 151 (59.38% from 255) = 40.92%
R=22.22%
G=36.86%
B=40.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821361510.460.1000.41193.0429.6145.69
Hex5288972EA029c11e2e
Octal12221022756120513013656
Binary10100101000100010010111101110101001010011100000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528897; }

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

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

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

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

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

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

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

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