#53887E

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

Shades of Lochinvar #53887E

Tints of Lochinvar #53887E

Color information

#53887E (or 0x53887E) is unknown color: approx Lochinvar. HEX triplet: 53, 88 and 7E. RGB value is (83,136,126). Sum of RGB (Red+Green+Blue) = 83+136+126=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 136 - color contains mainly: green. Hex color #53887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53887E is #AC7781. Grayscale: #767676. Windows color (decimal): -11302786 or 8292435. OLE color: 8292435.

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

Color convert

RGB83136126-
CMYK0.3900.070.47
HSL168.68º24.2%42.94%-
HSV(B)168.68º38.97%53.33%-
XYZ16.1420.9522.93-
YUV119.01131.94102.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.06%
GREEN value IS 136 (53.52% from 255) = 39.42%
BLUE value IS 126 (49.61% from 255) = 36.52%
R=24.06%
G=39.42%
B=36.52%

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
Decimal831361260.3900.070.47168.6824.242.94
Hex53887E27072Fa9182b
Octal1232101764707572513053
Binary101001110001000111111010011101111011111010100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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