Html Css Color HEX #518B7D Lochinvar

📋 copy color: '#518B7D'

red 81 ◦ green 139 ◦ blue 125

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

Shades of Lochinvar #518B7D

Tints of Lochinvar #518B7D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.29%

 BLUE value IS 125 (49.22% from 255) = 36.23%

R = 23.48%
G = 40.29%
B = 36.23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#518B7D (or 0x518B7D) is known color: Lochinvar. HEX triplet: 51, 8B and 7D. RGB value is (81,139,125). Sum of RGB (Red+Green+Blue) = 81+139+125=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 139 - color contains mainly: green. Hex color #518B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518B7D is #AE7482. Grayscale: #787878. Windows color (decimal): -11433091 or 8227665. OLE color: 8227665.

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

Color convert

RGB 81 139 125 -
CMYK 0.42 0 0.10 0.45
HSL 165.52º 0.26% 0.43% -
HSV(B) 165.52º 0.42% 0.55% -
XYZ 16.33 21.7 22.73 -
YUV 120.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 81 139 125 0.42 0 0.10 0.45 165.52 0.26 0.43
Hex 51 8B 7D 2A 0 A 2D A6 1A 2B
Octal 121 213 175 52 0 12 55 246 32 53
Binary 1010001 10001011 1111101 101010 0 1010 101101 10100110 11010 101011

Color Harmonies of #518B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518B7D

Black with #518B7D

Text Example


Text Example

White with #518B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,139,125); }

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

background-color css

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

 a { background-color: rgb(81,139,125); }

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

border-color css

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

 span { border-color: rgb(81,139,125); }

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