#53A28D

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

Shades of Lochinvar #53A28D

Tints of Lochinvar #53A28D

Color information

#53A28D (or 0x53A28D) is unknown color: approx Lochinvar. HEX triplet: 53, A2 and 8D. RGB value is (83,162,141). Sum of RGB (Red+Green+Blue) = 83+162+141=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 162 - color contains mainly: green. Hex color #53A28D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A28D is #AC5D72. Grayscale: #878787. Windows color (decimal): -11296115 or 9282131. OLE color: 9282131.

HSL color Cylindrical-coordinate representation of color #53A28D: hue angle of 164.05º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A28D is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB83162141-
CMYK0.4900.130.36
HSL164.05º32.24%48.04%-
HSV(B)164.05º48.77%63.53%-
XYZ21.329.629.79-
YUV135.99130.8390.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.50%
GREEN value IS 162 (63.67% from 255) = 41.97%
BLUE value IS 141 (55.47% from 255) = 36.53%
R=21.50%
G=41.97%
B=36.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal831621410.4900.130.36164.0532.2448.04
Hex53A28D310D24a42030
Octal12324221561015442444060
Binary101001110100010100011011100010110110010010100100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,162,141); }

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

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

 a { background-color: rgb(83,162,141); }

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

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

 span { border-color: rgb(83,162,141); }

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