Html Css Color HEX #506B65 William

📋 copy color: '#506B65'

red 80 ◦ green 107 ◦ blue 101

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

Shades of William #506B65

Tints of William #506B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.07%

R = 27.78%
G = 37.15%
B = 35.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#506B65 (or 0x506B65) is known color: William. HEX triplet: 50, 6B and 65. RGB value is (80,107,101). Sum of RGB (Red+Green+Blue) = 80+107+101=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 107 - color contains mainly: green. Hex color #506B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B65 is #AF949A. Grayscale: #626262. Windows color (decimal): -11506843 or 6646608. OLE color: 6646608.

HSL color Cylindrical-coordinate representation of color #506B65: hue angle of 166.67º 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 #506B65 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 107 101 -
CMYK 0.25 0 0.06 0.58
HSL 166.67º 0.14% 0.37% -
HSV(B) 166.67º 0.25% 0.42% -
XYZ 10.91 13.16 14.28 -
YUV 98.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 80 107 101 0.25 0 0.06 0.58 166.67 0.14 0.37
Hex 50 6B 65 19 0 6 3A A7 E 25
Octal 120 153 145 31 0 6 72 247 16 45
Binary 1010000 1101011 1100101 11001 0 110 111010 10100111 1110 100101

Color Harmonies of #506B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B65

Black with #506B65

Text Example


Text Example

White with #506B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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