Html Css Color HEX #509289 Lochinvar

📋 copy color: '#509289'

red 80 ◦ green 146 ◦ blue 137

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

Shades of Lochinvar #509289

Tints of Lochinvar #509289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.22%

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

R = 22.04%
G = 40.22%
B = 37.74%

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

#509289 (or 0x509289) is known color: Lochinvar. HEX triplet: 50, 92 and 89. RGB value is (80,146,137). Sum of RGB (Red+Green+Blue) = 80+146+137=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #509289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509289 is #AF6D76. Grayscale: #7D7D7D. Windows color (decimal): -11496823 or 9015888. OLE color: 9015888.

HSL color Cylindrical-coordinate representation of color #509289: hue angle of 171.82º 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 #509289 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 146 137 -
CMYK 0.45 0 0.06 0.43
HSL 171.82º 0.29% 0.44% -
HSV(B) 171.82º 0.45% 0.57% -
XYZ 18.1 24.07 27.36 -
YUV 125.24 134.63 95.73 -
System Red Green Blue C M Y K H S L
Decimal 80 146 137 0.45 0 0.06 0.43 171.82 0.29 0.44
Hex 50 92 89 2D 0 6 2B AC 1D 2C
Octal 120 222 211 55 0 6 53 254 35 54
Binary 1010000 10010010 10001001 101101 0 110 101011 10101100 11101 101100

Color Harmonies of #509289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509289

Black with #509289

Text Example


Text Example

White with #509289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509289; }

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

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

background-color css

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

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

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

border-color css

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

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

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