Html Css Color HEX #519883 Lochinvar

📋 copy color: '#519883'

red 81 ◦ green 152 ◦ blue 131

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

Shades of Lochinvar #519883

Tints of Lochinvar #519883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.99%

R = 22.25%
G = 41.76%
B = 35.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#519883 (or 0x519883) is known color: Lochinvar. HEX triplet: 51, 98 and 83. RGB value is (81,152,131). Sum of RGB (Red+Green+Blue) = 81+152+131=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #519883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519883 is #AE677C. Grayscale: #808080. Windows color (decimal): -11429757 or 8624209. OLE color: 8624209.

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

Color convert

RGB 81 152 131 -
CMYK 0.47 0 0.14 0.40
HSL 162.25º 0.3% 0.46% -
HSV(B) 162.25º 0.47% 0.6% -
XYZ 18.72 25.84 25.47 -
YUV 128.38 129.48 94.21 -
System Red Green Blue C M Y K H S L
Decimal 81 152 131 0.47 0 0.14 0.40 162.25 0.3 0.46
Hex 51 98 83 2F 0 E 28 A2 1E 2E
Octal 121 230 203 57 0 16 50 242 36 56
Binary 1010001 10011000 10000011 101111 0 1110 101000 10100010 11110 101110

Color Harmonies of #519883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519883

Black with #519883

Text Example


Text Example

White with #519883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519883; }

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

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

background-color css

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

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

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

border-color css

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

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

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