Html Css Color HEX #509089 Lochinvar

📋 copy color: '#509089'

red 80 ◦ green 144 ◦ blue 137

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

Shades of Lochinvar #509089

Tints of Lochinvar #509089

RGB

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

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

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

R = 22.16%
G = 39.89%
B = 37.95%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#509089 (or 0x509089) is known color: Lochinvar. HEX triplet: 50, 90 and 89. RGB value is (80,144,137). Sum of RGB (Red+Green+Blue) = 80+144+137=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #509089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509089 is #AF6F76. Grayscale: #7C7C7C. Windows color (decimal): -11497335 or 9015376. OLE color: 9015376.

HSL color Cylindrical-coordinate representation of color #509089: hue angle of 173.44º 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 #509089 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 144 137 -
CMYK 0.44 0 0.05 0.44
HSL 173.44º 0.29% 0.44% -
HSV(B) 173.44º 0.44% 0.56% -
XYZ 17.8 23.46 27.26 -
YUV 124.07 135.3 96.57 -
System Red Green Blue C M Y K H S L
Decimal 80 144 137 0.44 0 0.05 0.44 173.44 0.29 0.44
Hex 50 90 89 2C 0 5 2C AD 1D 2C
Octal 120 220 211 54 0 5 54 255 35 54
Binary 1010000 10010000 10001001 101100 0 101 101100 10101101 11101 101100

Color Harmonies of #509089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509089

Black with #509089

Text Example


Text Example

White with #509089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509089; }

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

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

background-color css

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

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

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

border-color css

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

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

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