Html Css Color HEX #506B5E Viridian Green

📋 copy color: '#506B5E'

red 80 ◦ green 107 ◦ blue 94

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

Shades of Viridian Green #506B5E

Tints of Viridian Green #506B5E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.08%

 BLUE value IS 94 (37.11% from 255) = 33.45%

R = 28.47%
G = 38.08%
B = 33.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#506B5E (or 0x506B5E) is known color: Viridian Green. HEX triplet: 50, 6B and 5E. RGB value is (80,107,94). Sum of RGB (Red+Green+Blue) = 80+107+94=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 107 - color contains mainly: green. Hex color #506B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B5E is #AF94A1. Grayscale: #616161. Windows color (decimal): -11506850 or 6187856. OLE color: 6187856.

HSL color Cylindrical-coordinate representation of color #506B5E: hue angle of 151.11º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #506B5E is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 107 94 -
CMYK 0.25 0 0.12 0.58
HSL 151.11º 0.14% 0.37% -
HSV(B) 151.11º 0.25% 0.42% -
XYZ 10.59 13.03 12.55 -
YUV 97.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 80 107 94 0.25 0 0.12 0.58 151.11 0.14 0.37
Hex 50 6B 5E 19 0 C 3A 97 E 25
Octal 120 153 136 31 0 14 72 227 16 45
Binary 1010000 1101011 1011110 11001 0 1100 111010 10010111 1110 100101

Color Harmonies of #506B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B5E

Black with #506B5E

Text Example


Text Example

White with #506B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506B5E; }

 p { color: rgb(80,107,94); }

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

background-color css

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

 a { background-color: rgb(80,107,94); }

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

border-color css

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

 span { border-color: rgb(80,107,94); }

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