Html Css Color HEX #519884 Lochinvar

📋 copy color: '#519884'

red 81 ◦ green 152 ◦ blue 132

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

Shades of Lochinvar #519884

Tints of Lochinvar #519884

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.64%

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

R = 22.19%
G = 41.64%
B = 36.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#519884 (or 0x519884) is known color: Lochinvar. HEX triplet: 51, 98 and 84. RGB value is (81,152,132). Sum of RGB (Red+Green+Blue) = 81+152+132=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #519884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519884 is #AE677B. Grayscale: #808080. Windows color (decimal): -11429756 or 8689745. OLE color: 8689745.

HSL color Cylindrical-coordinate representation of color #519884: hue angle of 163.1º degrees, saturation: 0.3, 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 #519884 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 152 132 -
CMYK 0.47 0 0.13 0.40
HSL 163.1º 0.3% 0.46% -
HSV(B) 163.1º 0.47% 0.6% -
XYZ 18.79 25.87 25.83 -
YUV 128.49 129.98 94.13 -
System Red Green Blue C M Y K H S L
Decimal 81 152 132 0.47 0 0.13 0.40 163.1 0.3 0.46
Hex 51 98 84 2F 0 D 28 A3 1E 2E
Octal 121 230 204 57 0 15 50 243 36 56
Binary 1010001 10011000 10000100 101111 0 1101 101000 10100011 11110 101110

Color Harmonies of #519884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519884

Black with #519884

Text Example


Text Example

White with #519884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519884; }

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

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

background-color css

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

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

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

border-color css

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

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

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