#53A18B

Color #53A18B Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #53A18B

Tints of Lochinvar #53A18B

Color information

#53A18B (or 0x53A18B) is unknown color: approx Lochinvar. HEX triplet: 53, A1 and 8B. RGB value is (83,161,139). Sum of RGB (Red+Green+Blue) = 83+161+139=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 161 - color contains mainly: green. Hex color #53A18B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A18B is #AC5E74. Grayscale: #878787. Windows color (decimal): -11296373 or 9150803. OLE color: 9150803.

HSL color Cylindrical-coordinate representation of color #53A18B: hue angle of 163.08º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53A18B is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB83161139-
CMYK0.4800.140.37
HSL163.08º31.97%47.84%-
HSV(B)163.08º48.45%63.14%-
XYZ20.9729.1928.96-
YUV135.17130.1690.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.67%
GREEN value IS 161 (63.28% from 255) = 42.04%
BLUE value IS 139 (54.69% from 255) = 36.29%
R=21.67%
G=42.04%
B=36.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal831611390.4800.140.37163.0831.9747.84
Hex53A18B300E25a32030
Octal12324121360016452434060
Binary101001110100001100010111100000111010010110100011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53A18B; }

 p { color: rgb(83,161,139); }

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

<style>
 a { background-color: #53A18B; }

 a { background-color: rgb(83,161,139); }

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

<style>
 span { border-color: #53A18B; }

 span { border-color: rgb(83,161,139); }

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