Html Css Color HEX #506B4F Nandor

📋 copy color: '#506B4F'

red 80 ◦ green 107 ◦ blue 79

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

Shades of Nandor #506B4F

Tints of Nandor #506B4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.7%

R = 30.08%
G = 40.23%
B = 29.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#506B4F (or 0x506B4F) is known color: Nandor. HEX triplet: 50, 6B and 4F. RGB value is (80,107,79). Sum of RGB (Red+Green+Blue) = 80+107+79=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 107 - color contains mainly: green. Hex color #506B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B4F is #AF94B0. Grayscale: #5F5F5F. Windows color (decimal): -11506865 or 5204816. OLE color: 5204816.

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

Color convert

RGB 80 107 79 -
CMYK 0.25 0 0.26 0.58
HSL 117.86º 0.15% 0.36% -
HSV(B) 117.86º 0.26% 0.42% -
XYZ 9.98 12.79 9.34 -
YUV 95.74 118.55 116.78 -
System Red Green Blue C M Y K H S L
Decimal 80 107 79 0.25 0 0.26 0.58 117.86 0.15 0.36
Hex 50 6B 4F 19 0 1A 3A 76 F 24
Octal 120 153 117 31 0 32 72 166 17 44
Binary 1010000 1101011 1001111 11001 0 11010 111010 1110110 1111 100100

Color Harmonies of #506B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B4F

Black with #506B4F

Text Example


Text Example

White with #506B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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