Html Css Color HEX #506765 William

📋 copy color: '#506765'

red 80 ◦ green 103 ◦ blue 101

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

Shades of William #506765

Tints of William #506765

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.27%

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

R = 28.17%
G = 36.27%
B = 35.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#506765 (or 0x506765) is known color: William. HEX triplet: 50, 67 and 65. RGB value is (80,103,101). Sum of RGB (Red+Green+Blue) = 80+103+101=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 103 - color contains mainly: green. Hex color #506765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506765 is #AF989A. Grayscale: #5F5F5F. Windows color (decimal): -11507867 or 6645584. OLE color: 6645584.

HSL color Cylindrical-coordinate representation of color #506765: hue angle of 174.78º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #506765 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 103 101 -
CMYK 0.22 0 0.02 0.60
HSL 174.78º 0.13% 0.36% -
HSV(B) 174.78º 0.22% 0.4% -
XYZ 10.51 12.35 14.14 -
YUV 95.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 80 103 101 0.22 0 0.02 0.60 174.78 0.13 0.36
Hex 50 67 65 16 0 2 3C AF D 24
Octal 120 147 145 26 0 2 74 257 15 44
Binary 1010000 1100111 1100101 10110 0 10 111100 10101111 1101 100100

Color Harmonies of #506765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506765

Black with #506765

Text Example


Text Example

White with #506765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506765; }

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

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

background-color css

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

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

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

border-color css

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

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

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