Html Css Color HEX #519989 Lochinvar

📋 copy color: '#519989'

red 81 ◦ green 153 ◦ blue 137

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

Shades of Lochinvar #519989

Tints of Lochinvar #519989

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.24%

 BLUE value IS 137 (53.91% from 255) = 36.93%

R = 21.83%
G = 41.24%
B = 36.93%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#519989 (or 0x519989) is known color: Lochinvar. HEX triplet: 51, 99 and 89. RGB value is (81,153,137). Sum of RGB (Red+Green+Blue) = 81+153+137=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #519989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519989 is #AE6676. Grayscale: #818181. Windows color (decimal): -11429495 or 9017681. OLE color: 9017681.

HSL color Cylindrical-coordinate representation of color #519989: hue angle of 166.67º 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 #519989 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 153 137 -
CMYK 0.47 0 0.10 0.4
HSL 166.67º 0.31% 0.46% -
HSV(B) 166.67º 0.47% 0.6% -
XYZ 19.3 26.34 27.73 -
YUV 129.65 132.15 93.3 -
System Red Green Blue C M Y K H S L
Decimal 81 153 137 0.47 0 0.10 0.4 166.67 0.31 0.46
Hex 51 99 89 2F 0 A 28 A7 1F 2E
Octal 121 231 211 57 0 12 50 247 37 56
Binary 1010001 10011001 10001001 101111 0 1010 101000 10100111 11111 101110

Color Harmonies of #519989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519989

Black with #519989

Text Example


Text Example

White with #519989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519989; }

 p { color: rgb(81,153,137); }

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

background-color css

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

 a { background-color: rgb(81,153,137); }

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

border-color css

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

 span { border-color: rgb(81,153,137); }

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