Html Css Color HEX #53998B Lochinvar

📋 copy color: '#53998B'

red 83 ◦ green 153 ◦ blue 139

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

Shades of Lochinvar #53998B

Tints of Lochinvar #53998B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 22.13%
G = 40.8%
B = 37.07%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#53998B (or 0x53998B) is known color: Lochinvar. HEX triplet: 53, 99 and 8B. RGB value is (83,153,139). Sum of RGB (Red+Green+Blue) = 83+153+139=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #53998B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53998B is #AC6674. Grayscale: #828282. Windows color (decimal): -11298421 or 9148755. OLE color: 9148755.

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

Color convert

RGB 83 153 139 -
CMYK 0.46 0 0.09 0.4
HSL 168º 0.3% 0.46% -
HSV(B) 168º 0.46% 0.6% -
XYZ 19.62 26.49 28.5 -
YUV 130.47 132.81 94.14 -
System Red Green Blue C M Y K H S L
Decimal 83 153 139 0.46 0 0.09 0.4 168 0.3 0.46
Hex 53 99 8B 2E 0 9 28 A8 1E 2E
Octal 123 231 213 56 0 11 50 250 36 56
Binary 1010011 10011001 10001011 101110 0 1001 101000 10101000 11110 101110

Color Harmonies of #53998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53998B

Black with #53998B

Text Example


Text Example

White with #53998B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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