#53918B

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

Shades of Lochinvar #53918B

Tints of Lochinvar #53918B

Color information

#53918B (or 0x53918B) is unknown color: approx Lochinvar. HEX triplet: 53, 91 and 8B. RGB value is (83,145,139). Sum of RGB (Red+Green+Blue) = 83+145+139=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 145 - color contains mainly: green. Hex color #53918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53918B is #AC6E74. Grayscale: #7D7D7D. Windows color (decimal): -11300469 or 9146707. OLE color: 9146707.

HSL color Cylindrical-coordinate representation of color #53918B: hue angle of 174.19º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53918B is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB83145139-
CMYK0.4300.040.43
HSL174.19º27.19%44.71%-
HSV(B)174.19º42.76%56.86%-
XYZ18.3523.9528.08-
YUV125.78135.4697.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.62%
GREEN value IS 145 (57.03% from 255) = 39.51%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=22.62%
G=39.51%
B=37.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831451390.4300.040.43174.1927.1944.71
Hex53918B2B042Bae1b2d
Octal1232212135304532563355
Binary1010011100100011000101110101101001010111010111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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