Html Css Color HEX #509083 Lochinvar

📋 copy color: '#509083'

red 80 ◦ green 144 ◦ blue 131

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

Shades of Lochinvar #509083

Tints of Lochinvar #509083

RGB

 RED value IS 80 (31.64% from 255) = 22.54%

 GREEN value IS 144 (56.64% from 255) = 40.56%

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

R = 22.54%
G = 40.56%
B = 36.9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#509083 (or 0x509083) is known color: Lochinvar. HEX triplet: 50, 90 and 83. RGB value is (80,144,131). Sum of RGB (Red+Green+Blue) = 80+144+131=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 144 - color contains mainly: green. Hex color #509083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509083 is #AF6F7C. Grayscale: #7B7B7B. Windows color (decimal): -11497341 or 8622160. OLE color: 8622160.

HSL color Cylindrical-coordinate representation of color #509083: hue angle of 167.81º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #509083 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 144 131 -
CMYK 0.44 0 0.09 0.44
HSL 167.81º 0.29% 0.44% -
HSV(B) 167.81º 0.44% 0.56% -
XYZ 17.38 23.29 25.05 -
YUV 123.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 80 144 131 0.44 0 0.09 0.44 167.81 0.29 0.44
Hex 50 90 83 2C 0 9 2C A8 1D 2C
Octal 120 220 203 54 0 11 54 250 35 54
Binary 1010000 10010000 10000011 101100 0 1001 101100 10101000 11101 101100

Color Harmonies of #509083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509083

Black with #509083

Text Example


Text Example

White with #509083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509083; }

 p { color: rgb(80,144,131); }

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

background-color css

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

 a { background-color: rgb(80,144,131); }

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

border-color css

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

 span { border-color: rgb(80,144,131); }

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