Html Css Color HEX #509689 Lochinvar

📋 copy color: '#509689'

red 80 ◦ green 150 ◦ blue 137

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

Shades of Lochinvar #509689

Tints of Lochinvar #509689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.87%

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

R = 21.8%
G = 40.87%
B = 37.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#509689 (or 0x509689) is known color: Lochinvar. HEX triplet: 50, 96 and 89. RGB value is (80,150,137). Sum of RGB (Red+Green+Blue) = 80+150+137=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 150 - color contains mainly: green. Hex color #509689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509689 is #AF6976. Grayscale: #7F7F7F. Windows color (decimal): -11495799 or 9016912. OLE color: 9016912.

HSL color Cylindrical-coordinate representation of color #509689: hue angle of 168.86º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509689 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 150 137 -
CMYK 0.47 0 0.09 0.41
HSL 168.86º 0.3% 0.45% -
HSV(B) 168.86º 0.47% 0.59% -
XYZ 18.73 25.32 27.57 -
YUV 127.59 133.31 94.06 -
System Red Green Blue C M Y K H S L
Decimal 80 150 137 0.47 0 0.09 0.41 168.86 0.3 0.45
Hex 50 96 89 2F 0 9 29 A9 1E 2D
Octal 120 226 211 57 0 11 51 251 36 55
Binary 1010000 10010110 10001001 101111 0 1001 101001 10101001 11110 101101

Color Harmonies of #509689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509689

Black with #509689

Text Example


Text Example

White with #509689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509689; }

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

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

background-color css

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

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

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

border-color css

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

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

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