#528B96

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

Shades of Half Baked #528B96

Tints of Half Baked #528B96

Color information

#528B96 (or 0x528B96) is unknown color: approx Half Baked. HEX triplet: 52, 8B and 96. RGB value is (82,139,150). Sum of RGB (Red+Green+Blue) = 82+139+150=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: blue. Hex color #528B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528B96 is #AD7469. Grayscale: #7B7B7B. Windows color (decimal): -11367530 or 9866066. OLE color: 9866066.

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

Color convert

RGB82139150-
CMYK0.450.0700.41
HSL189.71º29.31%45.49%-
HSV(B)189.71º45.33%58.82%-
XYZ18.2222.4632.23-
YUV123.21143.1298.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 139 (54.69% from 255) = 37.47%
BLUE value IS 150 (58.98% from 255) = 40.43%
R=22.10%
G=37.47%
B=40.43%

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
Decimal821391500.450.0700.41189.7129.3145.49
Hex528B962D7029be1d2d
Octal1222132265570512763555
Binary1010010100010111001011010110111101010011011111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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