#53918F

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

Shades of Half Baked #53918F

Tints of Half Baked #53918F

Color information

#53918F (or 0x53918F) is unknown color: approx Half Baked. HEX triplet: 53, 91 and 8F. RGB value is (83,145,143). Sum of RGB (Red+Green+Blue) = 83+145+143=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #53918F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53918F is #AC6E70. Grayscale: #7E7E7E. Windows color (decimal): -11300465 or 9408851. OLE color: 9408851.

HSL color Cylindrical-coordinate representation of color #53918F: hue angle of 178.06º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53918F is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB83145143-
CMYK0.4300.010.43
HSL178.06º27.19%44.71%-
HSV(B)178.06º42.76%56.86%-
XYZ18.6524.0729.65-
YUV126.23137.4697.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.37%
GREEN value IS 145 (57.03% from 255) = 39.08%
BLUE value IS 143 (56.25% from 255) = 38.54%
R=22.37%
G=39.08%
B=38.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831451430.4300.010.43178.0627.1944.71
Hex53918F2B012Bb21b2d
Octal1232212175301532623355
Binary10100111001000110001111101011011010111011001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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