Html Css Color HEX #519A90 Lochinvar

📋 copy color: '#519A90'

red 81 ◦ green 154 ◦ blue 144

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

Shades of Lochinvar #519A90

Tints of Lochinvar #519A90

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.63%

 BLUE value IS 144 (56.64% from 255) = 37.99%

R = 21.37%
G = 40.63%
B = 37.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#519A90 (or 0x519A90) is known color: Lochinvar. HEX triplet: 51, 9A and 90. RGB value is (81,154,144). Sum of RGB (Red+Green+Blue) = 81+154+144=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 154 - color contains mainly: green. Hex color #519A90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519A90 is #AE656F. Grayscale: #838383. Windows color (decimal): -11429232 or 9476689. OLE color: 9476689.

HSL color Cylindrical-coordinate representation of color #519A90: hue angle of 171.78º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519A90 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 154 144 -
CMYK 0.47 0 0.06 0.40
HSL 171.78º 0.31% 0.46% -
HSV(B) 171.78º 0.47% 0.6% -
XYZ 19.98 26.87 30.52 -
YUV 131.03 135.32 92.31 -
System Red Green Blue C M Y K H S L
Decimal 81 154 144 0.47 0 0.06 0.40 171.78 0.31 0.46
Hex 51 9A 90 2F 0 6 28 AC 1F 2E
Octal 121 232 220 57 0 6 50 254 37 56
Binary 1010001 10011010 10010000 101111 0 110 101000 10101100 11111 101110

Color Harmonies of #519A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519A90

Black with #519A90

Text Example


Text Example

White with #519A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,154,144); }

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

background-color css

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

 a { background-color: rgb(81,154,144); }

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

border-color css

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

 span { border-color: rgb(81,154,144); }

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