Html Css Color HEX #51998A Lochinvar

📋 copy color: '#51998A'

red 81 ◦ green 153 ◦ blue 138

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

Shades of Lochinvar #51998A

Tints of Lochinvar #51998A

RGB

 RED value IS 81 (32.03% from 255) = 21.77%

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

 BLUE value IS 138 (54.3% from 255) = 37.1%

R = 21.77%
G = 41.13%
B = 37.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#51998A (or 0x51998A) is known color: Lochinvar. HEX triplet: 51, 99 and 8A. RGB value is (81,153,138). Sum of RGB (Red+Green+Blue) = 81+153+138=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #51998A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51998A is #AE6675. Grayscale: #818181. Windows color (decimal): -11429494 or 9083217. OLE color: 9083217.

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

Color convert

RGB 81 153 138 -
CMYK 0.47 0 0.10 0.4
HSL 167.5º 0.31% 0.46% -
HSV(B) 167.5º 0.47% 0.6% -
XYZ 19.37 26.37 28.11 -
YUV 129.76 132.65 93.22 -
System Red Green Blue C M Y K H S L
Decimal 81 153 138 0.47 0 0.10 0.4 167.5 0.31 0.46
Hex 51 99 8A 2F 0 A 28 A8 1F 2E
Octal 121 231 212 57 0 12 50 250 37 56
Binary 1010001 10011001 10001010 101111 0 1010 101000 10101000 11111 101110

Color Harmonies of #51998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51998A

Black with #51998A

Text Example


Text Example

White with #51998A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #51998A;
 }
 .AnyTagClassName
 {
   color: #51998A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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