Html Css Color HEX #519D93 Lochinvar

📋 copy color: '#519D93'

red 81 ◦ green 157 ◦ blue 147

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

Shades of Lochinvar #519D93

Tints of Lochinvar #519D93

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.78%

 BLUE value IS 147 (57.81% from 255) = 38.18%

R = 21.04%
G = 40.78%
B = 38.18%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#519D93 (or 0x519D93) is known color: Lochinvar. HEX triplet: 51, 9D and 93. RGB value is (81,157,147). Sum of RGB (Red+Green+Blue) = 81+157+147=385 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.04% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 157 - color contains mainly: green. Hex color #519D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519D93 is #AE626C. Grayscale: #858585. Windows color (decimal): -11428461 or 9674065. OLE color: 9674065.

HSL color Cylindrical-coordinate representation of color #519D93: hue angle of 172.11º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519D93 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 157 147 -
CMYK 0.48 0 0.06 0.38
HSL 172.11º 0.32% 0.47% -
HSV(B) 172.11º 0.48% 0.62% -
XYZ 20.72 27.97 31.91 -
YUV 133.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 81 157 147 0.48 0 0.06 0.38 172.11 0.32 0.47
Hex 51 9D 93 30 0 6 26 AC 20 2F
Octal 121 235 223 60 0 6 46 254 40 57
Binary 1010001 10011101 10010011 110000 0 110 100110 10101100 100000 101111

Color Harmonies of #519D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519D93

Black with #519D93

Text Example


Text Example

White with #519D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519D93; }

 p { color: rgb(81,157,147); }

 H1.HeaderClassName
 {
   color: #519D93;
 }
 .AnyTagClassName
 {
   color: #519D93;
 }
</style>

background-color css

<style>
 a { background-color: #519D93; }

 a { background-color: rgb(81,157,147); }

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

border-color css

<style>
 span { border-color: #519D93; }

 span { border-color: rgb(81,157,147); }

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