#53958D

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

Shades of Lochinvar #53958D

Tints of Lochinvar #53958D

Color information

#53958D (or 0x53958D) is unknown color: approx Lochinvar. HEX triplet: 53, 95 and 8D. RGB value is (83,149,141). Sum of RGB (Red+Green+Blue) = 83+149+141=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #53958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53958D is #AC6A72. Grayscale: #808080. Windows color (decimal): -11299443 or 9278803. OLE color: 9278803.

HSL color Cylindrical-coordinate representation of color #53958D: hue angle of 172.73º 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 #53958D is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB83149141-
CMYK0.4400.050.42
HSL172.73º28.45%45.49%-
HSV(B)172.73º44.3%58.43%-
XYZ19.1225.2629.07-
YUV128.35135.1395.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.25%
GREEN value IS 149 (58.59% from 255) = 39.95%
BLUE value IS 141 (55.47% from 255) = 37.80%
R=22.25%
G=39.95%
B=37.80%

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
Decimal831491410.4400.050.42172.7328.4545.49
Hex53958D2C052Aad1c2d
Octal1232252155405522553455
Binary1010011100101011000110110110001011010101010110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53958D; }

 p { color: rgb(83,149,141); }

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

<style>
 a { background-color: #53958D; }

 a { background-color: rgb(83,149,141); }

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

<style>
 span { border-color: #53958D; }

 span { border-color: rgb(83,149,141); }

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