Html Css Color HEX #509683 Lochinvar

📋 copy color: '#509683'

red 80 ◦ green 150 ◦ blue 131

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

Shades of Lochinvar #509683

Tints of Lochinvar #509683

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.55%

 BLUE value IS 131 (51.56% from 255) = 36.29%

R = 22.16%
G = 41.55%
B = 36.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#509683 (or 0x509683) is known color: Lochinvar. HEX triplet: 50, 96 and 83. RGB value is (80,150,131). Sum of RGB (Red+Green+Blue) = 80+150+131=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 150 - color contains mainly: green. Hex color #509683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509683 is #AF697C. Grayscale: #7E7E7E. Windows color (decimal): -11495805 or 8623696. OLE color: 8623696.

HSL color Cylindrical-coordinate representation of color #509683: hue angle of 163.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509683 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 150 131 -
CMYK 0.47 0 0.13 0.41
HSL 163.71º 0.3% 0.45% -
HSV(B) 163.71º 0.47% 0.59% -
XYZ 18.31 25.16 25.36 -
YUV 126.9 130.31 94.54 -
System Red Green Blue C M Y K H S L
Decimal 80 150 131 0.47 0 0.13 0.41 163.71 0.3 0.45
Hex 50 96 83 2F 0 D 29 A4 1E 2D
Octal 120 226 203 57 0 15 51 244 36 55
Binary 1010000 10010110 10000011 101111 0 1101 101001 10100100 11110 101101

Color Harmonies of #509683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509683

Black with #509683

Text Example


Text Example

White with #509683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509683; }

 p { color: rgb(80,150,131); }

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

background-color css

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

 a { background-color: rgb(80,150,131); }

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

border-color css

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

 span { border-color: rgb(80,150,131); }

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