Html Css Color HEX #509A89 Lochinvar

📋 copy color: '#509A89'

red 80 ◦ green 154 ◦ blue 137

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

Shades of Lochinvar #509A89

Tints of Lochinvar #509A89

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.51%

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

R = 21.56%
G = 41.51%
B = 36.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#509A89 (or 0x509A89) is known color: Lochinvar. HEX triplet: 50, 9A and 89. RGB value is (80,154,137). Sum of RGB (Red+Green+Blue) = 80+154+137=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 154 - color contains mainly: green. Hex color #509A89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509A89 is #AF6576. Grayscale: #818181. Windows color (decimal): -11494775 or 9017936. OLE color: 9017936.

HSL color Cylindrical-coordinate representation of color #509A89: hue angle of 166.22º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509A89 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 154 137 -
CMYK 0.48 0 0.11 0.40
HSL 166.22º 0.32% 0.46% -
HSV(B) 166.22º 0.48% 0.6% -
XYZ 19.38 26.62 27.78 -
YUV 129.94 131.98 92.38 -
System Red Green Blue C M Y K H S L
Decimal 80 154 137 0.48 0 0.11 0.40 166.22 0.32 0.46
Hex 50 9A 89 30 0 B 28 A6 20 2E
Octal 120 232 211 60 0 13 50 246 40 56
Binary 1010000 10011010 10001001 110000 0 1011 101000 10100110 100000 101110

Color Harmonies of #509A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509A89

Black with #509A89

Text Example


Text Example

White with #509A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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