Html Css Color HEX #518D89 Lochinvar

📋 copy color: '#518D89'

red 81 ◦ green 141 ◦ blue 137

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

Shades of Lochinvar #518D89

Tints of Lochinvar #518D89

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.28%

 BLUE value IS 137 (53.91% from 255) = 38.16%

R = 22.56%
G = 39.28%
B = 38.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#518D89 (or 0x518D89) is known color: Lochinvar. HEX triplet: 51, 8D and 89. RGB value is (81,141,137). Sum of RGB (Red+Green+Blue) = 81+141+137=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 141 - color contains mainly: green. Hex color #518D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518D89 is #AE7276. Grayscale: #7A7A7A. Windows color (decimal): -11432567 or 9014609. OLE color: 9014609.

HSL color Cylindrical-coordinate representation of color #518D89: hue angle of 176º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518D89 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 141 137 -
CMYK 0.43 0 0.03 0.45
HSL 176º 0.27% 0.44% -
HSV(B) 176º 0.43% 0.55% -
XYZ 17.43 22.61 27.11 -
YUV 122.6 136.12 98.33 -
System Red Green Blue C M Y K H S L
Decimal 81 141 137 0.43 0 0.03 0.45 176 0.27 0.44
Hex 51 8D 89 2B 0 3 2D B0 1B 2C
Octal 121 215 211 53 0 3 55 260 33 54
Binary 1010001 10001101 10001001 101011 0 11 101101 10110000 11011 101100

Color Harmonies of #518D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518D89

Black with #518D89

Text Example


Text Example

White with #518D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518D89; }

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

 H1.HeaderClassName
 {
   color: #518D89;
 }
 .AnyTagClassName
 {
   color: #518D89;
 }
</style>

background-color css

<style>
 a { background-color: #518D89; }

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

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

border-color css

<style>
 span { border-color: #518D89; }

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

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