#52968F

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

Shades of Half Baked #52968F

Tints of Half Baked #52968F

Color information

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

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

Color convert

RGB82150143-
CMYK0.4500.050.41
HSL173.82º29.31%45.49%-
HSV(B)173.82º45.33%58.82%-
XYZ19.3425.5929.91-
YUV128.87135.9794.57-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821501430.4500.050.41173.8229.3145.49
Hex52968F2D0529ae1d2d
Octal1222262175505512563555
Binary1010010100101101000111110110101011010011010111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52968F; }

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

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

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

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

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

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

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

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