Html Css Color HEX #51998C Lochinvar

📋 copy color: '#51998C'

red 81 ◦ green 153 ◦ blue 140

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

Shades of Lochinvar #51998C

Tints of Lochinvar #51998C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.43%

R = 21.66%
G = 40.91%
B = 37.43%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#51998C (or 0x51998C) is known color: Lochinvar. HEX triplet: 51, 99 and 8C. RGB value is (81,153,140). Sum of RGB (Red+Green+Blue) = 81+153+140=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #51998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51998C is #AE6673. Grayscale: #818181. Windows color (decimal): -11429492 or 9214289. OLE color: 9214289.

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

Color convert

RGB 81 153 140 -
CMYK 0.47 0 0.08 0.4
HSL 169.17º 0.31% 0.46% -
HSV(B) 169.17º 0.47% 0.6% -
XYZ 19.52 26.43 28.88 -
YUV 129.99 133.65 93.06 -
System Red Green Blue C M Y K H S L
Decimal 81 153 140 0.47 0 0.08 0.4 169.17 0.31 0.46
Hex 51 99 8C 2F 0 8 28 A9 1F 2E
Octal 121 231 214 57 0 10 50 251 37 56
Binary 1010001 10011001 10001100 101111 0 1000 101000 10101001 11111 101110

Color Harmonies of #51998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51998C

Black with #51998C

Text Example


Text Example

White with #51998C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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