Html Css Color HEX #506860 Viridian Green

📋 copy color: '#506860'

red 80 ◦ green 104 ◦ blue 96

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

Shades of Viridian Green #506860

Tints of Viridian Green #506860

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.14%

 BLUE value IS 96 (37.89% from 255) = 34.29%

R = 28.57%
G = 37.14%
B = 34.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#506860 (or 0x506860) is known color: Viridian Green. HEX triplet: 50, 68 and 60. RGB value is (80,104,96). Sum of RGB (Red+Green+Blue) = 80+104+96=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 104 - color contains mainly: green. Hex color #506860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506860 is #AF979F. Grayscale: #5F5F5F. Windows color (decimal): -11507616 or 6318160. OLE color: 6318160.

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

Color convert

RGB 80 104 96 -
CMYK 0.23 0 0.08 0.59
HSL 160º 0.13% 0.36% -
HSV(B) 160º 0.23% 0.41% -
XYZ 10.37 12.45 12.92 -
YUV 95.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 80 104 96 0.23 0 0.08 0.59 160 0.13 0.36
Hex 50 68 60 17 0 8 3B A0 D 24
Octal 120 150 140 27 0 10 73 240 15 44
Binary 1010000 1101000 1100000 10111 0 1000 111011 10100000 1101 100100

Color Harmonies of #506860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506860

Black with #506860

Text Example


Text Example

White with #506860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506860; }

 p { color: rgb(80,104,96); }

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

background-color css

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

 a { background-color: rgb(80,104,96); }

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

border-color css

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

 span { border-color: rgb(80,104,96); }

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