#53897F

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

Shades of Lochinvar #53897F

Tints of Lochinvar #53897F

Color information

#53897F (or 0x53897F) is unknown color: approx Lochinvar. HEX triplet: 53, 89 and 7F. RGB value is (83,137,127). Sum of RGB (Red+Green+Blue) = 83+137+127=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 137 - color contains mainly: green. Hex color #53897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53897F is #AC7680. Grayscale: #777777. Windows color (decimal): -11302529 or 8358227. OLE color: 8358227.

HSL color Cylindrical-coordinate representation of color #53897F: hue angle of 168.89º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53897F is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB83137127-
CMYK0.3900.070.46
HSL168.89º24.55%43.14%-
HSV(B)168.89º39.42%53.73%-
XYZ16.3421.2623.32-
YUV119.71132.11101.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 137 (53.91% from 255) = 39.48%
BLUE value IS 127 (50% from 255) = 36.60%
R=23.92%
G=39.48%
B=36.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831371270.3900.070.46168.8924.5543.14
Hex53897F27072Ea9192b
Octal1232111774707562513153
Binary101001110001001111111110011101111011101010100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,137,127); }

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

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

 a { background-color: rgb(83,137,127); }

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

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

 span { border-color: rgb(83,137,127); }

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