Html Css Color HEX #509587 Lochinvar

📋 copy color: '#509587'

red 80 ◦ green 149 ◦ blue 135

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

Shades of Lochinvar #509587

Tints of Lochinvar #509587

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.93%

 BLUE value IS 135 (53.13% from 255) = 37.09%

R = 21.98%
G = 40.93%
B = 37.09%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#509587 (or 0x509587) is known color: Lochinvar. HEX triplet: 50, 95 and 87. RGB value is (80,149,135). Sum of RGB (Red+Green+Blue) = 80+149+135=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #509587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509587 is #AF6A78. Grayscale: #7E7E7E. Windows color (decimal): -11496057 or 8885584. OLE color: 8885584.

HSL color Cylindrical-coordinate representation of color #509587: hue angle of 167.83º 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 #509587 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 149 135 -
CMYK 0.46 0 0.09 0.42
HSL 167.83º 0.3% 0.45% -
HSV(B) 167.83º 0.46% 0.58% -
XYZ 18.43 24.95 26.77 -
YUV 126.77 132.64 94.64 -
System Red Green Blue C M Y K H S L
Decimal 80 149 135 0.46 0 0.09 0.42 167.83 0.3 0.45
Hex 50 95 87 2E 0 9 2A A8 1E 2D
Octal 120 225 207 56 0 11 52 250 36 55
Binary 1010000 10010101 10000111 101110 0 1001 101010 10101000 11110 101101

Color Harmonies of #509587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509587

Black with #509587

Text Example


Text Example

White with #509587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509587; }

 p { color: rgb(80,149,135); }

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

background-color css

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

 a { background-color: rgb(80,149,135); }

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

border-color css

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

 span { border-color: rgb(80,149,135); }

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