Html Css Color HEX #506A65 William

📋 copy color: '#506A65'

red 80 ◦ green 106 ◦ blue 101

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

Shades of William #506A65

Tints of William #506A65

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.93%

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

R = 27.87%
G = 36.93%
B = 35.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#506A65 (or 0x506A65) is known color: William. HEX triplet: 50, 6A and 65. RGB value is (80,106,101). Sum of RGB (Red+Green+Blue) = 80+106+101=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 106 - color contains mainly: green. Hex color #506A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506A65 is #AF959A. Grayscale: #616161. Windows color (decimal): -11507099 or 6646352. OLE color: 6646352.

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

Color convert

RGB 80 106 101 -
CMYK 0.25 0 0.05 0.58
HSL 168.46º 0.14% 0.36% -
HSV(B) 168.46º 0.25% 0.42% -
XYZ 10.81 12.95 14.24 -
YUV 97.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 80 106 101 0.25 0 0.05 0.58 168.46 0.14 0.36
Hex 50 6A 65 19 0 5 3A A8 E 24
Octal 120 152 145 31 0 5 72 250 16 44
Binary 1010000 1101010 1100101 11001 0 101 111010 10101000 1110 100100

Color Harmonies of #506A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506A65

Black with #506A65

Text Example


Text Example

White with #506A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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