#53938E

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

Shades of Half Baked #53938E

Tints of Half Baked #53938E

Color information

#53938E (or 0x53938E) is unknown color: approx Half Baked. HEX triplet: 53, 93 and 8E. RGB value is (83,147,142). Sum of RGB (Red+Green+Blue) = 83+147+142=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 147 - color contains mainly: green. Hex color #53938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53938E is #AC6C71. Grayscale: #7F7F7F. Windows color (decimal): -11299954 or 9343827. OLE color: 9343827.

HSL color Cylindrical-coordinate representation of color #53938E: hue angle of 175.31º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53938E is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB83147142-
CMYK0.4400.030.42
HSL175.31º27.83%45.1%-
HSV(B)175.31º43.54%57.65%-
XYZ18.8824.6629.36-
YUV127.29136.396.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.31%
GREEN value IS 147 (57.81% from 255) = 39.52%
BLUE value IS 142 (55.86% from 255) = 38.17%
R=22.31%
G=39.52%
B=38.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831471420.4400.030.42175.3127.8345.1
Hex53938E2C032Aaf1c2d
Octal1232232165403522573455
Binary101001110010011100011101011000111010101010111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53938E; }

 p { color: rgb(83,147,142); }

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

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

 a { background-color: rgb(83,147,142); }

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

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

 span { border-color: rgb(83,147,142); }

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