Html Css Color HEX #509881 Lochinvar

📋 copy color: '#509881'

red 80 ◦ green 152 ◦ blue 129

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

Shades of Lochinvar #509881

Tints of Lochinvar #509881

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.11%

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

R = 22.16%
G = 42.11%
B = 35.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#509881 (or 0x509881) is known color: Lochinvar. HEX triplet: 50, 98 and 81. RGB value is (80,152,129). Sum of RGB (Red+Green+Blue) = 80+152+129=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #509881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509881 is #AF677E. Grayscale: #7F7F7F. Windows color (decimal): -11495295 or 8493136. OLE color: 8493136.

HSL color Cylindrical-coordinate representation of color #509881: hue angle of 160.83º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509881 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 152 129 -
CMYK 0.47 0 0.15 0.40
HSL 160.83º 0.31% 0.45% -
HSV(B) 160.83º 0.47% 0.6% -
XYZ 18.5 25.75 24.76 -
YUV 127.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 80 152 129 0.47 0 0.15 0.40 160.83 0.31 0.45
Hex 50 98 81 2F 0 F 28 A1 1F 2D
Octal 120 230 201 57 0 17 50 241 37 55
Binary 1010000 10011000 10000001 101111 0 1111 101000 10100001 11111 101101

Color Harmonies of #509881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509881

Black with #509881

Text Example


Text Example

White with #509881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509881; }

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

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

background-color css

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

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

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

border-color css

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

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

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