#53968C

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

Shades of Lochinvar #53968C

Tints of Lochinvar #53968C

Color information

#53968C (or 0x53968C) is unknown color: approx Lochinvar. HEX triplet: 53, 96 and 8C. RGB value is (83,150,140). Sum of RGB (Red+Green+Blue) = 83+150+140=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 150 - color contains mainly: green. Hex color #53968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53968C is #AC6973. Grayscale: #808080. Windows color (decimal): -11299188 or 9213523. OLE color: 9213523.

HSL color Cylindrical-coordinate representation of color #53968C: hue angle of 171.04º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53968C is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB83150140-
CMYK0.4500.070.41
HSL171.04º28.76%45.69%-
HSV(B)171.04º44.67%58.82%-
XYZ19.2125.5528.73-
YUV128.83134.395.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.25%
GREEN value IS 150 (58.98% from 255) = 40.21%
BLUE value IS 140 (55.08% from 255) = 37.53%
R=22.25%
G=40.21%
B=37.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831501400.4500.070.41171.0428.7645.69
Hex53968C2D0729ab1d2e
Octal1232262145507512533556
Binary1010011100101101000110010110101111010011010101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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