#53938B

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

Shades of Lochinvar #53938B

Tints of Lochinvar #53938B

Color information

#53938B (or 0x53938B) is unknown color: approx Lochinvar. HEX triplet: 53, 93 and 8B. RGB value is (83,147,139). Sum of RGB (Red+Green+Blue) = 83+147+139=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #53938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53938B is #AC6C74. Grayscale: #7E7E7E. Windows color (decimal): -11299957 or 9147219. OLE color: 9147219.

HSL color Cylindrical-coordinate representation of color #53938B: hue angle of 172.5º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53938B is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB83147139-
CMYK0.4400.050.42
HSL172.5º27.83%45.1%-
HSV(B)172.5º43.54%57.65%-
XYZ18.6624.5728.19-
YUV126.95134.896.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.49%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 139 (54.69% from 255) = 37.67%
R=22.49%
G=39.84%
B=37.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831471390.4400.050.42172.527.8345.1
Hex53938B2C052Aac1c2d
Octal1232232135405522543455
Binary1010011100100111000101110110001011010101010110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53938B; }

 p { color: rgb(83,147,139); }

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

<style>
 a { background-color: #53938B; }

 a { background-color: rgb(83,147,139); }

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

<style>
 span { border-color: #53938B; }

 span { border-color: rgb(83,147,139); }

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