#53938C

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

Shades of Lochinvar #53938C

Tints of Lochinvar #53938C

Color information

#53938C (or 0x53938C) is unknown color: approx Lochinvar. HEX triplet: 53, 93 and 8C. RGB value is (83,147,140). Sum of RGB (Red+Green+Blue) = 83+147+140=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 147 - color contains mainly: green. Hex color #53938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53938C is #AC6C73. Grayscale: #7F7F7F. Windows color (decimal): -11299956 or 9212755. OLE color: 9212755.

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

Color convert

RGB83147140-
CMYK0.4400.050.42
HSL173.44º27.83%45.1%-
HSV(B)173.44º43.54%57.65%-
XYZ18.7324.628.57-
YUV127.07135.396.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.43%
GREEN value IS 147 (57.81% from 255) = 39.73%
BLUE value IS 140 (55.08% from 255) = 37.84%
R=22.43%
G=39.73%
B=37.84%

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
Decimal831471400.4400.050.42173.4427.8345.1
Hex53938C2C052Aad1c2d
Octal1232232145405522553455
Binary1010011100100111000110010110001011010101010110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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