Html Css Color HEX #509989 Lochinvar

📋 copy color: '#509989'

red 80 ◦ green 153 ◦ blue 137

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

Shades of Lochinvar #509989

Tints of Lochinvar #509989

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.35%

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

R = 21.62%
G = 41.35%
B = 37.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#509989 (or 0x509989) is known color: Lochinvar. HEX triplet: 50, 99 and 89. RGB value is (80,153,137). Sum of RGB (Red+Green+Blue) = 80+153+137=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #509989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509989 is #AF6676. Grayscale: #818181. Windows color (decimal): -11495031 or 9017680. OLE color: 9017680.

HSL color Cylindrical-coordinate representation of color #509989: hue angle of 166.85º degrees, saturation: 0.31, 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 #509989 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 153 137 -
CMYK 0.48 0 0.10 0.4
HSL 166.85º 0.31% 0.46% -
HSV(B) 166.85º 0.48% 0.6% -
XYZ 19.21 26.29 27.73 -
YUV 129.35 132.32 92.8 -
System Red Green Blue C M Y K H S L
Decimal 80 153 137 0.48 0 0.10 0.4 166.85 0.31 0.46
Hex 50 99 89 30 0 A 28 A7 1F 2E
Octal 120 231 211 60 0 12 50 247 37 56
Binary 1010000 10011001 10001001 110000 0 1010 101000 10100111 11111 101110

Color Harmonies of #509989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509989

Black with #509989

Text Example


Text Example

White with #509989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509989; }

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

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

background-color css

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

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

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

border-color css

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

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

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