Html Css Color HEX #53998D Lochinvar

📋 copy color: '#53998D'

red 83 ◦ green 153 ◦ blue 141

#53998D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #53998D

Tints of Lochinvar #53998D

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.4%

R = 22.02%
G = 40.58%
B = 37.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#53998D (or 0x53998D) is known color: 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

RGB 83 153 141 -
CMYK 0.46 0 0.08 0.4
HSL 169.71º 0.3% 0.46% -
HSV(B) 169.71º 0.46% 0.6% -
XYZ 19.77 26.54 29.28 -
YUV 130.7 133.81 93.98 -
System Red Green Blue C M Y K H S L
Decimal 83 153 141 0.46 0 0.08 0.4 169.71 0.3 0.46
Hex 53 99 8D 2E 0 8 28 AA 1E 2E
Octal 123 231 215 56 0 10 50 252 36 56
Binary 1010011 10011001 10001101 101110 0 1000 101000 10101010 11110 101110

Color Harmonies of #53998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53998D

Black with #53998D

Text Example


Text Example

White with #53998D

Text Example


Text Example

HTML Codes & Css Web 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>