#528F96

Color #528F96 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #528F96

Tints of Half Baked #528F96

Color information

#528F96 (or 0x528F96) is unknown color: approx Half Baked. HEX triplet: 52, 8F and 96. RGB value is (82,143,150). Sum of RGB (Red+Green+Blue) = 82+143+150=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 150 - color contains mainly: blue. Hex color #528F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528F96 is #AD7069. Grayscale: #7D7D7D. Windows color (decimal): -11366506 or 9867090. OLE color: 9867090.

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

Color convert

RGB82143150-
CMYK0.450.0500.41
HSL186.18º29.31%45.49%-
HSV(B)186.18º45.33%58.82%-
XYZ18.8123.6432.43-
YUV125.56141.7996.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 143 (56.25% from 255) = 38.13%
BLUE value IS 150 (58.98% from 255) = 40%
R=21.87%
G=38.13%
B=40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821431500.450.0500.41186.1829.3145.49
Hex528F962D5029ba1d2d
Octal1222172265550512723555
Binary1010010100011111001011010110110101010011011101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528F96; }

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

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

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

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

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

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

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

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