Html Css Color HEX #509489 Lochinvar

📋 copy color: '#509489'

red 80 ◦ green 148 ◦ blue 137

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

Shades of Lochinvar #509489

Tints of Lochinvar #509489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.55%

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

R = 21.92%
G = 40.55%
B = 37.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#509489 (or 0x509489) is known color: Lochinvar. HEX triplet: 50, 94 and 89. RGB value is (80,148,137). Sum of RGB (Red+Green+Blue) = 80+148+137=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #509489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509489 is #AF6B76. Grayscale: #7E7E7E. Windows color (decimal): -11496311 or 9016400. OLE color: 9016400.

HSL color Cylindrical-coordinate representation of color #509489: hue angle of 170.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509489 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 148 137 -
CMYK 0.46 0 0.07 0.42
HSL 170.29º 0.3% 0.45% -
HSV(B) 170.29º 0.46% 0.58% -
XYZ 18.41 24.69 27.46 -
YUV 126.41 133.97 94.89 -
System Red Green Blue C M Y K H S L
Decimal 80 148 137 0.46 0 0.07 0.42 170.29 0.3 0.45
Hex 50 94 89 2E 0 7 2A AA 1E 2D
Octal 120 224 211 56 0 7 52 252 36 55
Binary 1010000 10010100 10001001 101110 0 111 101010 10101010 11110 101101

Color Harmonies of #509489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509489

Black with #509489

Text Example


Text Example

White with #509489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509489; }

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

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

background-color css

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

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

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

border-color css

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

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

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