#528396

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

Shades of Hippie Blue #528396

Tints of Hippie Blue #528396

Color information

#528396 (or 0x528396) is unknown color: approx Hippie Blue. HEX triplet: 52, 83 and 96. RGB value is (82,131,150). Sum of RGB (Red+Green+Blue) = 82+131+150=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #528396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528396 is #AD7C69. Grayscale: #767676. Windows color (decimal): -11369578 or 9864018. OLE color: 9864018.

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

Color convert

RGB82131150-
CMYK0.450.1300.41
HSL196.76º29.31%45.49%-
HSV(B)196.76º45.33%58.82%-
XYZ17.120.2331.86-
YUV118.51145.77101.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.59%
GREEN value IS 131 (51.56% from 255) = 36.09%
BLUE value IS 150 (58.98% from 255) = 41.32%
R=22.59%
G=36.09%
B=41.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821311500.450.1300.41196.7629.3145.49
Hex5283962DD029c51d2d
Octal12220322655150513053555
Binary10100101000001110010110101101110101010011100010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528396; }

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

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

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

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

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

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

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

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