#528597

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

Shades of Hippie Blue #528597

Tints of Hippie Blue #528597

Color information

#528597 (or 0x528597) is unknown color: approx Hippie Blue. HEX triplet: 52, 85 and 97. RGB value is (82,133,151). Sum of RGB (Red+Green+Blue) = 82+133+151=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 151 - color contains mainly: blue. Hex color #528597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528597 is #AD7A68. Grayscale: #777777. Windows color (decimal): -11369065 or 9930066. OLE color: 9930066.

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

Color convert

RGB82133151-
CMYK0.460.1200.41
HSL195.65º29.61%45.69%-
HSV(B)195.65º45.7%59.22%-
XYZ17.4520.832.37-
YUV119.8145.6101.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.40%
GREEN value IS 133 (52.34% from 255) = 36.34%
BLUE value IS 151 (59.38% from 255) = 41.26%
R=22.40%
G=36.34%
B=41.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821331510.460.1200.41195.6529.6145.69
Hex5285972EC029c41e2e
Octal12220522756140513043656
Binary10100101000010110010111101110110001010011100010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528597; }

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

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

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

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

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

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

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

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