#528697

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

Shades of Hippie Blue #528697

Tints of Hippie Blue #528697

Color information

#528697 (or 0x528697) is unknown color: approx Hippie Blue. HEX triplet: 52, 86 and 97. RGB value is (82,134,151). Sum of RGB (Red+Green+Blue) = 82+134+151=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 151 - color contains mainly: blue. Hex color #528697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528697 is #AD7968. Grayscale: #787878. Windows color (decimal): -11368809 or 9930322. OLE color: 9930322.

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

Color convert

RGB82134151-
CMYK0.460.1100.41
HSL194.78º29.61%45.69%-
HSV(B)194.78º45.7%59.22%-
XYZ17.5921.0832.42-
YUV120.39145.27100.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 134 (52.73% from 255) = 36.51%
BLUE value IS 151 (59.38% from 255) = 41.14%
R=22.34%
G=36.51%
B=41.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821341510.460.1100.41194.7829.6145.69
Hex5286972EB029c31e2e
Octal12220622756130513033656
Binary10100101000011010010111101110101101010011100001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528697; }

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

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

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

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

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

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

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

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