#53988C

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

Shades of Lochinvar #53988C

Tints of Lochinvar #53988C

Color information

#53988C (or 0x53988C) is unknown color: approx Lochinvar. HEX triplet: 53, 98 and 8C. RGB value is (83,152,140). Sum of RGB (Red+Green+Blue) = 83+152+140=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #53988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53988C is #AC6773. Grayscale: #818181. Windows color (decimal): -11298676 or 9214035. OLE color: 9214035.

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

Color convert

RGB83152140-
CMYK0.4500.080.40
HSL169.57º29.36%46.08%-
HSV(B)169.57º45.39%59.61%-
XYZ19.5326.1928.84-
YUV130133.6494.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.13%
GREEN value IS 152 (59.77% from 255) = 40.53%
BLUE value IS 140 (55.08% from 255) = 37.33%
R=22.13%
G=40.53%
B=37.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831521400.4500.080.40169.5729.3646.08
Hex53988C2D0828aa1d2e
Octal12323021455010502523556
Binary10100111001100010001100101101010001010001010101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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