Html Css Color HEX #509381 Lochinvar

📋 copy color: '#509381'

red 80 ◦ green 147 ◦ blue 129

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

Shades of Lochinvar #509381

Tints of Lochinvar #509381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.29%

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

R = 22.47%
G = 41.29%
B = 36.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#509381 (or 0x509381) is known color: Lochinvar. HEX triplet: 50, 93 and 81. RGB value is (80,147,129). Sum of RGB (Red+Green+Blue) = 80+147+129=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #509381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509381 is #AF6C7E. Grayscale: #7C7C7C. Windows color (decimal): -11496575 or 8491856. OLE color: 8491856.

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

Color convert

RGB 80 147 129 -
CMYK 0.46 0 0.12 0.42
HSL 163.88º 0.3% 0.45% -
HSV(B) 163.88º 0.46% 0.58% -
XYZ 17.7 24.16 24.5 -
YUV 124.92 130.3 95.96 -
System Red Green Blue C M Y K H S L
Decimal 80 147 129 0.46 0 0.12 0.42 163.88 0.3 0.45
Hex 50 93 81 2E 0 C 2A A4 1E 2D
Octal 120 223 201 56 0 14 52 244 36 55
Binary 1010000 10010011 10000001 101110 0 1100 101010 10100100 11110 101101

Color Harmonies of #509381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509381

Black with #509381

Text Example


Text Example

White with #509381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509381; }

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

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

background-color css

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

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

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

border-color css

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

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

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