#53968F

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

Shades of Half Baked #53968F

Tints of Half Baked #53968F

Color information

#53968F (or 0x53968F) is unknown color: approx Half Baked. HEX triplet: 53, 96 and 8F. RGB value is (83,150,143). Sum of RGB (Red+Green+Blue) = 83+150+143=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 150 - color contains mainly: green. Hex color #53968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53968F is #AC6970. Grayscale: #818181. Windows color (decimal): -11299185 or 9410131. OLE color: 9410131.

HSL color Cylindrical-coordinate representation of color #53968F: hue angle of 173.73º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53968F is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB83150143-
CMYK0.4500.050.41
HSL173.73º28.76%45.69%-
HSV(B)173.73º44.67%58.82%-
XYZ19.4325.6329.91-
YUV129.17135.895.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.07%
GREEN value IS 150 (58.98% from 255) = 39.89%
BLUE value IS 143 (56.25% from 255) = 38.03%
R=22.07%
G=39.89%
B=38.03%

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
Decimal831501430.4500.050.41173.7328.7645.69
Hex53968F2D0529ae1d2e
Octal1232262175505512563556
Binary1010011100101101000111110110101011010011010111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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