Html Css Color HEX #506B4E Nandor

📋 copy color: '#506B4E'

red 80 ◦ green 107 ◦ blue 78

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

Shades of Nandor #506B4E

Tints of Nandor #506B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.43%

R = 30.19%
G = 40.38%
B = 29.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#506B4E (or 0x506B4E) is known color: Nandor. HEX triplet: 50, 6B and 4E. RGB value is (80,107,78). Sum of RGB (Red+Green+Blue) = 80+107+78=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 107 - color contains mainly: green. Hex color #506B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B4E is #AF94B1. Grayscale: #5F5F5F. Windows color (decimal): -11506866 or 5139280. OLE color: 5139280.

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

Color convert

RGB 80 107 78 -
CMYK 0.25 0 0.27 0.58
HSL 115.86º 0.16% 0.36% -
HSV(B) 115.86º 0.27% 0.42% -
XYZ 9.94 12.77 9.15 -
YUV 95.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 80 107 78 0.25 0 0.27 0.58 115.86 0.16 0.36
Hex 50 6B 4E 19 0 1B 3A 74 10 24
Octal 120 153 116 31 0 33 72 164 20 44
Binary 1010000 1101011 1001110 11001 0 11011 111010 1110100 10000 100100

Color Harmonies of #506B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B4E

Black with #506B4E

Text Example


Text Example

White with #506B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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