Html Css Color HEX #519984 Lochinvar

📋 copy color: '#519984'

red 81 ◦ green 153 ◦ blue 132

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

Shades of Lochinvar #519984

Tints of Lochinvar #519984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.07%

R = 22.13%
G = 41.8%
B = 36.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#519984 (or 0x519984) is known color: Lochinvar. HEX triplet: 51, 99 and 84. RGB value is (81,153,132). Sum of RGB (Red+Green+Blue) = 81+153+132=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #519984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519984 is #AE667B. Grayscale: #818181. Windows color (decimal): -11429500 or 8690001. OLE color: 8690001.

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

Color convert

RGB 81 153 132 -
CMYK 0.47 0 0.14 0.4
HSL 162.5º 0.31% 0.46% -
HSV(B) 162.5º 0.47% 0.6% -
XYZ 18.95 26.2 25.89 -
YUV 129.08 129.65 93.71 -
System Red Green Blue C M Y K H S L
Decimal 81 153 132 0.47 0 0.14 0.4 162.5 0.31 0.46
Hex 51 99 84 2F 0 E 28 A2 1F 2E
Octal 121 231 204 57 0 16 50 242 37 56
Binary 1010001 10011001 10000100 101111 0 1110 101000 10100010 11111 101110

Color Harmonies of #519984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519984

Black with #519984

Text Example


Text Example

White with #519984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519984; }

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

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

background-color css

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

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

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

border-color css

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

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

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