Html Css Color HEX #518A85 Lochinvar

📋 copy color: '#518A85'

red 81 ◦ green 138 ◦ blue 133

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

Shades of Lochinvar #518A85

Tints of Lochinvar #518A85

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.2%

 BLUE value IS 133 (52.34% from 255) = 37.78%

R = 23.01%
G = 39.2%
B = 37.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#518A85 (or 0x518A85) is known color: Lochinvar. HEX triplet: 51, 8A and 85. RGB value is (81,138,133). Sum of RGB (Red+Green+Blue) = 81+138+133=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 138 - color contains mainly: green. Hex color #518A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518A85 is #AE757A. Grayscale: #787878. Windows color (decimal): -11433339 or 8751697. OLE color: 8751697.

HSL color Cylindrical-coordinate representation of color #518A85: hue angle of 174.74º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #518A85 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 138 133 -
CMYK 0.41 0 0.04 0.46
HSL 174.74º 0.26% 0.43% -
HSV(B) 174.74º 0.41% 0.54% -
XYZ 16.72 21.62 25.48 -
YUV 120.39 135.12 99.91 -
System Red Green Blue C M Y K H S L
Decimal 81 138 133 0.41 0 0.04 0.46 174.74 0.26 0.43
Hex 51 8A 85 29 0 4 2E AF 1A 2B
Octal 121 212 205 51 0 4 56 257 32 53
Binary 1010001 10001010 10000101 101001 0 100 101110 10101111 11010 101011

Color Harmonies of #518A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518A85

Black with #518A85

Text Example


Text Example

White with #518A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,138,133); }

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

background-color css

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

 a { background-color: rgb(81,138,133); }

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

border-color css

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

 span { border-color: rgb(81,138,133); }

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