#528D96

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

Shades of Half Baked #528D96

Tints of Half Baked #528D96

Color information

#528D96 (or 0x528D96) is unknown color: approx Half Baked. HEX triplet: 52, 8D and 96. RGB value is (82,141,150). Sum of RGB (Red+Green+Blue) = 82+141+150=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 150 - color contains mainly: blue. Hex color #528D96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528D96 is #AD7269. Grayscale: #7C7C7C. Windows color (decimal): -11367018 or 9866578. OLE color: 9866578.

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

Color convert

RGB82141150-
CMYK0.450.0600.41
HSL187.94º29.31%45.49%-
HSV(B)187.94º45.33%58.82%-
XYZ18.5123.0532.33-
YUV124.38142.4597.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.98%
GREEN value IS 141 (55.47% from 255) = 37.80%
BLUE value IS 150 (58.98% from 255) = 40.21%
R=21.98%
G=37.80%
B=40.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821411500.450.0600.41187.9429.3145.49
Hex528D962D6029bc1d2d
Octal1222152265560512743555
Binary1010010100011011001011010110111001010011011110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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