#53897D

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

Shades of Lochinvar #53897D

Tints of Lochinvar #53897D

Color information

#53897D (or 0x53897D) is unknown color: approx Lochinvar. HEX triplet: 53, 89 and 7D. RGB value is (83,137,125). Sum of RGB (Red+Green+Blue) = 83+137+125=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #53897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53897D is #AC7682. Grayscale: #777777. Windows color (decimal): -11302531 or 8227155. OLE color: 8227155.

HSL color Cylindrical-coordinate representation of color #53897D: hue angle of 166.67º 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 #53897D is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB83137125-
CMYK0.3900.090.46
HSL166.67º24.55%43.14%-
HSV(B)166.67º39.42%53.73%-
XYZ16.2121.2122.64-
YUV119.49131.11101.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.06%
GREEN value IS 137 (53.91% from 255) = 39.71%
BLUE value IS 125 (49.22% from 255) = 36.23%
R=24.06%
G=39.71%
B=36.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831371250.3900.090.46166.6724.5543.14
Hex53897D27092Ea7192b
Octal12321117547011562473153
Binary1010011100010011111101100111010011011101010011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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