Html Css Color HEX #519990 Lochinvar

📋 copy color: '#519990'

red 81 ◦ green 153 ◦ blue 144

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

Shades of Lochinvar #519990

Tints of Lochinvar #519990

RGB

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

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

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

R = 21.43%
G = 40.48%
B = 38.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#519990 (or 0x519990) is known color: Lochinvar. HEX triplet: 51, 99 and 90. RGB value is (81,153,144). Sum of RGB (Red+Green+Blue) = 81+153+144=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #519990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519990 is #AE666F. Grayscale: #828282. Windows color (decimal): -11429488 or 9476433. OLE color: 9476433.

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

Color convert

RGB 81 153 144 -
CMYK 0.47 0 0.06 0.4
HSL 172.5º 0.31% 0.46% -
HSV(B) 172.5º 0.47% 0.6% -
XYZ 19.82 26.55 30.46 -
YUV 130.45 135.65 92.73 -
System Red Green Blue C M Y K H S L
Decimal 81 153 144 0.47 0 0.06 0.4 172.5 0.31 0.46
Hex 51 99 90 2F 0 6 28 AC 1F 2E
Octal 121 231 220 57 0 6 50 254 37 56
Binary 1010001 10011001 10010000 101111 0 110 101000 10101100 11111 101110

Color Harmonies of #519990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519990

Black with #519990

Text Example


Text Example

White with #519990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519990; }

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

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

background-color css

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

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

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

border-color css

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

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

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