#53998D

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

Shades of Lochinvar #53998D

Tints of Lochinvar #53998D

Color information

#53998D (or 0x53998D) is unknown color: approx Lochinvar. HEX triplet: 53, 99 and 8D. RGB value is (83,153,141). Sum of RGB (Red+Green+Blue) = 83+153+141=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #53998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53998D is #AC6672. Grayscale: #828282. Windows color (decimal): -11298419 or 9279827. OLE color: 9279827.

HSL color Cylindrical-coordinate representation of color #53998D: hue angle of 169.71º 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 #53998D is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB83153141-
CMYK0.4600.080.4
HSL169.71º29.66%46.27%-
HSV(B)169.71º45.75%60%-
XYZ19.7726.5429.28-
YUV130.7133.8193.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.02%
GREEN value IS 153 (60.16% from 255) = 40.58%
BLUE value IS 141 (55.47% from 255) = 37.40%
R=22.02%
G=40.58%
B=37.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal831531410.4600.080.4169.7129.6646.27
Hex53998D2E0828aa1e2e
Octal12323121556010502523656
Binary10100111001100110001101101110010001010001010101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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