Html Css Color HEX #518C7D Lochinvar

📋 copy color: '#518C7D'

red 81 ◦ green 140 ◦ blue 125

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

Shades of Lochinvar #518C7D

Tints of Lochinvar #518C7D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.46%

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

R = 23.41%
G = 40.46%
B = 36.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#518C7D (or 0x518C7D) is known color: Lochinvar. HEX triplet: 51, 8C and 7D. RGB value is (81,140,125). Sum of RGB (Red+Green+Blue) = 81+140+125=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 140 - color contains mainly: green. Hex color #518C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518C7D is #AE7382. Grayscale: #787878. Windows color (decimal): -11432835 or 8227921. OLE color: 8227921.

HSL color Cylindrical-coordinate representation of color #518C7D: hue angle of 164.75º degrees, saturation: 0.27, 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 #518C7D is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 140 125 -
CMYK 0.42 0 0.11 0.45
HSL 164.75º 0.27% 0.43% -
HSV(B) 164.75º 0.42% 0.55% -
XYZ 16.47 21.99 22.78 -
YUV 120.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 81 140 125 0.42 0 0.11 0.45 164.75 0.27 0.43
Hex 51 8C 7D 2A 0 B 2D A5 1B 2B
Octal 121 214 175 52 0 13 55 245 33 53
Binary 1010001 10001100 1111101 101010 0 1011 101101 10100101 11011 101011

Color Harmonies of #518C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518C7D

Black with #518C7D

Text Example


Text Example

White with #518C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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