#528C96

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

Shades of Half Baked #528C96

Tints of Half Baked #528C96

Color information

#528C96 (or 0x528C96) is unknown color: approx Half Baked. HEX triplet: 52, 8C and 96. RGB value is (82,140,150). Sum of RGB (Red+Green+Blue) = 82+140+150=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 150 - color contains mainly: blue. Hex color #528C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528C96 is #AD7369. Grayscale: #7B7B7B. Windows color (decimal): -11367274 or 9866322. OLE color: 9866322.

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

Color convert

RGB82140150-
CMYK0.450.0700.41
HSL188.82º29.31%45.49%-
HSV(B)188.82º45.33%58.82%-
XYZ18.3622.7532.28-
YUV123.8142.7898.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.04%
GREEN value IS 140 (55.08% from 255) = 37.63%
BLUE value IS 150 (58.98% from 255) = 40.32%
R=22.04%
G=37.63%
B=40.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821401500.450.0700.41188.8229.3145.49
Hex528C962D7029bd1d2d
Octal1222142265570512753555
Binary1010010100011001001011010110111101010011011110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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