Html Css Color HEX #53998F Lochinvar

📋 copy color: '#53998F'

red 83 ◦ green 153 ◦ blue 143

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

Shades of Lochinvar #53998F

Tints of Lochinvar #53998F

RGB

 RED value IS 83 (32.81% from 255) = 21.9%

 GREEN value IS 153 (60.16% from 255) = 40.37%

 BLUE value IS 143 (56.25% from 255) = 37.73%

R = 21.9%
G = 40.37%
B = 37.73%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#53998F (or 0x53998F) is known color: Lochinvar. HEX triplet: 53, 99 and 8F. RGB value is (83,153,143). Sum of RGB (Red+Green+Blue) = 83+153+143=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #53998F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53998F is #AC6670. Grayscale: #828282. Windows color (decimal): -11298417 or 9410899. OLE color: 9410899.

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

Color convert

RGB 83 153 143 -
CMYK 0.46 0 0.07 0.4
HSL 171.43º 0.3% 0.46% -
HSV(B) 171.43º 0.46% 0.6% -
XYZ 19.92 26.6 30.07 -
YUV 130.93 134.81 93.81 -
System Red Green Blue C M Y K H S L
Decimal 83 153 143 0.46 0 0.07 0.4 171.43 0.3 0.46
Hex 53 99 8F 2E 0 7 28 AB 1E 2E
Octal 123 231 217 56 0 7 50 253 36 56
Binary 1010011 10011001 10001111 101110 0 111 101000 10101011 11110 101110

Color Harmonies of #53998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53998F

Black with #53998F

Text Example


Text Example

White with #53998F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53998F;
 }
 .AnyTagClassName
 {
   color: #53998F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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