#53A28E

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

Shades of Lochinvar #53A28E

Tints of Lochinvar #53A28E

Color information

#53A28E (or 0x53A28E) is unknown color: approx Lochinvar. HEX triplet: 53, A2 and 8E. RGB value is (83,162,142). Sum of RGB (Red+Green+Blue) = 83+162+142=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 162 - color contains mainly: green. Hex color #53A28E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A28E is #AC5D71. Grayscale: #888888. Windows color (decimal): -11296114 or 9347667. OLE color: 9347667.

HSL color Cylindrical-coordinate representation of color #53A28E: hue angle of 164.81º 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 #53A28E is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB83162142-
CMYK0.4900.120.36
HSL164.81º32.24%48.04%-
HSV(B)164.81º48.77%63.53%-
XYZ21.3729.6330.18-
YUV136.1131.3390.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.45%
GREEN value IS 162 (63.67% from 255) = 41.86%
BLUE value IS 142 (55.86% from 255) = 36.69%
R=21.45%
G=41.86%
B=36.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal831621420.4900.120.36164.8132.2448.04
Hex53A28E310C24a52030
Octal12324221661014442454060
Binary101001110100010100011101100010110010010010100101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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