Html Css Color HEX #509189 Lochinvar

📋 copy color: '#509189'

red 80 ◦ green 145 ◦ blue 137

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

Shades of Lochinvar #509189

Tints of Lochinvar #509189

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.06%

 BLUE value IS 137 (53.91% from 255) = 37.85%

R = 22.1%
G = 40.06%
B = 37.85%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#509189 (or 0x509189) is known color: Lochinvar. HEX triplet: 50, 91 and 89. RGB value is (80,145,137). Sum of RGB (Red+Green+Blue) = 80+145+137=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 145 - color contains mainly: green. Hex color #509189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509189 is #AF6E76. Grayscale: #7C7C7C. Windows color (decimal): -11497079 or 9015632. OLE color: 9015632.

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

Color convert

RGB 80 145 137 -
CMYK 0.45 0 0.06 0.43
HSL 172.62º 0.29% 0.44% -
HSV(B) 172.62º 0.45% 0.57% -
XYZ 17.95 23.76 27.31 -
YUV 124.65 134.97 96.15 -
System Red Green Blue C M Y K H S L
Decimal 80 145 137 0.45 0 0.06 0.43 172.62 0.29 0.44
Hex 50 91 89 2D 0 6 2B AD 1D 2C
Octal 120 221 211 55 0 6 53 255 35 54
Binary 1010000 10010001 10001001 101101 0 110 101011 10101101 11101 101100

Color Harmonies of #509189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509189

Black with #509189

Text Example


Text Example

White with #509189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509189; }

 p { color: rgb(80,145,137); }

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

background-color css

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

 a { background-color: rgb(80,145,137); }

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

border-color css

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

 span { border-color: rgb(80,145,137); }

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