#53948F

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

Shades of Half Baked #53948F

Tints of Half Baked #53948F

Color information

#53948F (or 0x53948F) is unknown color: approx Half Baked. HEX triplet: 53, 94 and 8F. RGB value is (83,148,143). Sum of RGB (Red+Green+Blue) = 83+148+143=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #53948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53948F is #AC6B70. Grayscale: #7F7F7F. Windows color (decimal): -11299697 or 9409619. OLE color: 9409619.

HSL color Cylindrical-coordinate representation of color #53948F: hue angle of 175.38º 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 #53948F is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB83148143-
CMYK0.4400.030.42
HSL175.38º28.14%45.29%-
HSV(B)175.38º43.92%58.04%-
XYZ19.122529.8-
YUV127.99136.4795.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.19%
GREEN value IS 148 (58.20% from 255) = 39.57%
BLUE value IS 143 (56.25% from 255) = 38.24%
R=22.19%
G=39.57%
B=38.24%

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
Decimal831481430.4400.030.42175.3828.1445.29
Hex53948F2C032Aaf1c2d
Octal1232242175403522573455
Binary101001110010100100011111011000111010101010111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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