Html Css Color HEX #51998D Lochinvar

📋 copy color: '#51998D'

red 81 ◦ green 153 ◦ blue 141

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

Shades of Lochinvar #51998D

Tints of Lochinvar #51998D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.6%

R = 21.6%
G = 40.8%
B = 37.6%

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

#51998D (or 0x51998D) is known color: Lochinvar. HEX triplet: 51, 99 and 8D. RGB value is (81,153,141). Sum of RGB (Red+Green+Blue) = 81+153+141=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #51998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51998D is #AE6672. Grayscale: #828282. Windows color (decimal): -11429491 or 9279825. OLE color: 9279825.

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

Color convert

RGB 81 153 141 -
CMYK 0.47 0 0.08 0.4
HSL 170º 0.31% 0.46% -
HSV(B) 170º 0.47% 0.6% -
XYZ 19.59 26.45 29.27 -
YUV 130.1 134.15 92.98 -
System Red Green Blue C M Y K H S L
Decimal 81 153 141 0.47 0 0.08 0.4 170 0.31 0.46
Hex 51 99 8D 2F 0 8 28 AA 1F 2E
Octal 121 231 215 57 0 10 50 252 37 56
Binary 1010001 10011001 10001101 101111 0 1000 101000 10101010 11111 101110

Color Harmonies of #51998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51998D

Black with #51998D

Text Example


Text Example

White with #51998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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