Html Css Color HEX #51998E Lochinvar

📋 copy color: '#51998E'

red 81 ◦ green 153 ◦ blue 142

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

Shades of Lochinvar #51998E

Tints of Lochinvar #51998E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.77%

R = 21.54%
G = 40.69%
B = 37.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#51998E (or 0x51998E) is known color: Lochinvar. HEX triplet: 51, 99 and 8E. RGB value is (81,153,142). Sum of RGB (Red+Green+Blue) = 81+153+142=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 153 - color contains mainly: green. Hex color #51998E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51998E is #AE6671. Grayscale: #828282. Windows color (decimal): -11429490 or 9345361. OLE color: 9345361.

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

Color convert

RGB 81 153 142 -
CMYK 0.47 0 0.07 0.4
HSL 170.83º 0.31% 0.46% -
HSV(B) 170.83º 0.47% 0.6% -
XYZ 19.67 26.48 29.67 -
YUV 130.22 134.65 92.89 -
System Red Green Blue C M Y K H S L
Decimal 81 153 142 0.47 0 0.07 0.4 170.83 0.31 0.46
Hex 51 99 8E 2F 0 7 28 AB 1F 2E
Octal 121 231 216 57 0 7 50 253 37 56
Binary 1010001 10011001 10001110 101111 0 111 101000 10101011 11111 101110

Color Harmonies of #51998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51998E

Black with #51998E

Text Example


Text Example

White with #51998E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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