#53998A

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

Shades of Lochinvar #53998A

Tints of Lochinvar #53998A

Color information

#53998A (or 0x53998A) is unknown color: approx Lochinvar. HEX triplet: 53, 99 and 8A. RGB value is (83,153,138). Sum of RGB (Red+Green+Blue) = 83+153+138=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #53998A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53998A is #AC6675. Grayscale: #828282. Windows color (decimal): -11298422 or 9083219. OLE color: 9083219.

HSL color Cylindrical-coordinate representation of color #53998A: hue angle of 167.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53998A is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB83153138-
CMYK0.4600.100.4
HSL167.14º29.66%46.27%-
HSV(B)167.14º45.75%60%-
XYZ19.5526.4628.12-
YUV130.36132.3194.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.19%
GREEN value IS 153 (60.16% from 255) = 40.91%
BLUE value IS 138 (54.30% from 255) = 36.90%
R=22.19%
G=40.91%
B=36.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal831531380.4600.100.4167.1429.6646.27
Hex53998A2E0A28a71e2e
Octal12323121256012502473656
Binary10100111001100110001010101110010101010001010011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53998A; }

 p { color: rgb(83,153,138); }

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

<style>
 a { background-color: #53998A; }

 a { background-color: rgb(83,153,138); }

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

<style>
 span { border-color: #53998A; }

 span { border-color: rgb(83,153,138); }

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