#53948D

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

Shades of Lochinvar #53948D

Tints of Lochinvar #53948D

Color information

#53948D (or 0x53948D) is unknown color: approx Lochinvar. HEX triplet: 53, 94 and 8D. RGB value is (83,148,141). Sum of RGB (Red+Green+Blue) = 83+148+141=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 148 - color contains mainly: green. Hex color #53948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53948D is #AC6B72. Grayscale: #7F7F7F. Windows color (decimal): -11299699 or 9278547. OLE color: 9278547.

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

Color convert

RGB83148141-
CMYK0.4400.050.42
HSL173.54º28.14%45.29%-
HSV(B)173.54º43.92%58.04%-
XYZ18.9624.9429.01-
YUV127.77135.4796.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.31%
GREEN value IS 148 (58.20% from 255) = 39.78%
BLUE value IS 141 (55.47% from 255) = 37.90%
R=22.31%
G=39.78%
B=37.90%

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
Decimal831481410.4400.050.42173.5428.1445.29
Hex53948D2C052Aae1c2d
Octal1232242155405522563455
Binary1010011100101001000110110110001011010101010111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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