Html Css Color HEX #509287 Lochinvar

📋 copy color: '#509287'

red 80 ◦ green 146 ◦ blue 135

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

Shades of Lochinvar #509287

Tints of Lochinvar #509287

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.44%

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

R = 22.16%
G = 40.44%
B = 37.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#509287 (or 0x509287) is known color: Lochinvar. HEX triplet: 50, 92 and 87. RGB value is (80,146,135). Sum of RGB (Red+Green+Blue) = 80+146+135=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #509287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509287 is #AF6D78. Grayscale: #7C7C7C. Windows color (decimal): -11496825 or 8884816. OLE color: 8884816.

HSL color Cylindrical-coordinate representation of color #509287: hue angle of 170º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509287 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 146 135 -
CMYK 0.45 0 0.08 0.43
HSL 170º 0.29% 0.44% -
HSV(B) 170º 0.45% 0.57% -
XYZ 17.96 24.01 26.61 -
YUV 125.01 133.63 95.89 -
System Red Green Blue C M Y K H S L
Decimal 80 146 135 0.45 0 0.08 0.43 170 0.29 0.44
Hex 50 92 87 2D 0 8 2B AA 1D 2C
Octal 120 222 207 55 0 10 53 252 35 54
Binary 1010000 10010010 10000111 101101 0 1000 101011 10101010 11101 101100

Color Harmonies of #509287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509287

Black with #509287

Text Example


Text Example

White with #509287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509287; }

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

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

background-color css

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

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

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

border-color css

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

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

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