#529296

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

Shades of Half Baked #529296

Tints of Half Baked #529296

Color information

#529296 (or 0x529296) is unknown color: approx Half Baked. HEX triplet: 52, 92 and 96. RGB value is (82,146,150). Sum of RGB (Red+Green+Blue) = 82+146+150=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 150 - color contains mainly: blue. Hex color #529296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529296 is #AD6D69. Grayscale: #7F7F7F. Windows color (decimal): -11365738 or 9867858. OLE color: 9867858.

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

Color convert

RGB82146150-
CMYK0.450.0300.41
HSL183.53º29.31%45.49%-
HSV(B)183.53º45.33%58.82%-
XYZ19.2624.5532.58-
YUV127.32140.895.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.69%
GREEN value IS 146 (57.42% from 255) = 38.62%
BLUE value IS 150 (58.98% from 255) = 39.68%
R=21.69%
G=38.62%
B=39.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821461500.450.0300.41183.5329.3145.49
Hex5292962D3029b81d2d
Octal1222222265530512703555
Binary101001010010010100101101011011101010011011100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529296; }

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

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

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

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

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

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

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

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