Html Css Color HEX #509281 Lochinvar

📋 copy color: '#509281'

red 80 ◦ green 146 ◦ blue 129

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

Shades of Lochinvar #509281

Tints of Lochinvar #509281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.34%

R = 22.54%
G = 41.13%
B = 36.34%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#509281 (or 0x509281) is known color: Lochinvar. HEX triplet: 50, 92 and 81. RGB value is (80,146,129). Sum of RGB (Red+Green+Blue) = 80+146+129=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #509281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509281 is #AF6D7E. Grayscale: #7C7C7C. Windows color (decimal): -11496831 or 8491600. OLE color: 8491600.

HSL color Cylindrical-coordinate representation of color #509281: hue angle of 164.55º 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 #509281 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 146 129 -
CMYK 0.45 0 0.12 0.43
HSL 164.55º 0.29% 0.44% -
HSV(B) 164.55º 0.45% 0.57% -
XYZ 17.55 23.85 24.45 -
YUV 124.33 130.63 96.38 -
System Red Green Blue C M Y K H S L
Decimal 80 146 129 0.45 0 0.12 0.43 164.55 0.29 0.44
Hex 50 92 81 2D 0 C 2B A5 1D 2C
Octal 120 222 201 55 0 14 53 245 35 54
Binary 1010000 10010010 10000001 101101 0 1100 101011 10100101 11101 101100

Color Harmonies of #509281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509281

Black with #509281

Text Example


Text Example

White with #509281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509281; }

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

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

background-color css

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

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

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

border-color css

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

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

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