#53887F

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

Shades of Lochinvar #53887F

Tints of Lochinvar #53887F

Color information

#53887F (or 0x53887F) is unknown color: approx Lochinvar. HEX triplet: 53, 88 and 7F. RGB value is (83,136,127). Sum of RGB (Red+Green+Blue) = 83+136+127=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #53887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53887F is #AC7780. Grayscale: #777777. Windows color (decimal): -11302785 or 8357971. OLE color: 8357971.

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

Color convert

RGB83136127-
CMYK0.3900.070.47
HSL169.81º24.2%42.94%-
HSV(B)169.81º38.97%53.33%-
XYZ16.220.9823.27-
YUV119.13132.44102.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 136 (53.52% from 255) = 39.31%
BLUE value IS 127 (50% from 255) = 36.71%
R=23.99%
G=39.31%
B=36.71%

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
Decimal831361270.3900.070.47169.8124.242.94
Hex53887F27072Faa182b
Octal1232101774707572523053
Binary101001110001000111111110011101111011111010101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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