#53877E

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

Shades of Lochinvar #53877E

Tints of Lochinvar #53877E

Color information

#53877E (or 0x53877E) is unknown color: approx Lochinvar. HEX triplet: 53, 87 and 7E. RGB value is (83,135,126). Sum of RGB (Red+Green+Blue) = 83+135+126=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 135 - color contains mainly: green. Hex color #53877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53877E is #AC7881. Grayscale: #767676. Windows color (decimal): -11303042 or 8292179. OLE color: 8292179.

HSL color Cylindrical-coordinate representation of color #53877E: hue angle of 169.62º 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 #53877E is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB83135126-
CMYK0.3900.070.47
HSL169.62º23.85%42.75%-
HSV(B)169.62º38.52%52.94%-
XYZ1620.6722.89-
YUV118.43132.27102.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.13%
GREEN value IS 135 (53.12% from 255) = 39.24%
BLUE value IS 126 (49.61% from 255) = 36.63%
R=24.13%
G=39.24%
B=36.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831351260.3900.070.47169.6223.8542.75
Hex53877E27072Faa182b
Octal1232071764707572523053
Binary101001110000111111111010011101111011111010101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53877E; }

 p { color: rgb(83,135,126); }

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

<style>
 a { background-color: #53877E; }

 a { background-color: rgb(83,135,126); }

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

<style>
 span { border-color: #53877E; }

 span { border-color: rgb(83,135,126); }

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