#53887C

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

Shades of Lochinvar #53887C

Tints of Lochinvar #53887C

Color information

#53887C (or 0x53887C) is unknown color: approx Lochinvar. HEX triplet: 53, 88 and 7C. RGB value is (83,136,124). Sum of RGB (Red+Green+Blue) = 83+136+124=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 136 - color contains mainly: green. Hex color #53887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53887C is #AC7783. Grayscale: #767676. Windows color (decimal): -11302788 or 8161363. OLE color: 8161363.

HSL color Cylindrical-coordinate representation of color #53887C: hue angle of 166.42º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53887C is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB83136124-
CMYK0.3900.090.47
HSL166.42º24.2%42.94%-
HSV(B)166.42º38.97%53.33%-
XYZ16.0120.922.26-
YUV118.78130.94102.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.20%
GREEN value IS 136 (53.52% from 255) = 39.65%
BLUE value IS 124 (48.83% from 255) = 36.15%
R=24.20%
G=39.65%
B=36.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831361240.3900.090.47166.4224.242.94
Hex53887C27092Fa6182b
Octal12321017447011572463053
Binary1010011100010001111100100111010011011111010011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53887C; }

 p { color: rgb(83,136,124); }

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

<style>
 a { background-color: #53887C; }

 a { background-color: rgb(83,136,124); }

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

<style>
 span { border-color: #53887C; }

 span { border-color: rgb(83,136,124); }

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