#528596

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

Shades of Hippie Blue #528596

Tints of Hippie Blue #528596

Color information

#528596 (or 0x528596) is unknown color: approx Hippie Blue. HEX triplet: 52, 85 and 96. RGB value is (82,133,150). Sum of RGB (Red+Green+Blue) = 82+133+150=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 150 - color contains mainly: blue. Hex color #528596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528596 is #AD7A69. Grayscale: #777777. Windows color (decimal): -11369066 or 9864530. OLE color: 9864530.

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

Color convert

RGB82133150-
CMYK0.450.1100.41
HSL195º29.31%45.49%-
HSV(B)195º45.33%58.82%-
XYZ17.3720.7731.95-
YUV119.69145.1101.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.47%
GREEN value IS 133 (52.34% from 255) = 36.44%
BLUE value IS 150 (58.98% from 255) = 41.10%
R=22.47%
G=36.44%
B=41.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821331500.450.1100.4119529.3145.49
Hex5285962DB029c31d2d
Octal12220522655130513033555
Binary10100101000010110010110101101101101010011100001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528596; }

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

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

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

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

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

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

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

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