Html Css Color HEX #506866 William

📋 copy color: '#506866'

red 80 ◦ green 104 ◦ blue 102

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

Shades of William #506866

Tints of William #506866

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.36%

 BLUE value IS 102 (40.23% from 255) = 35.66%

R = 27.97%
G = 36.36%
B = 35.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#506866 (or 0x506866) is known color: William. HEX triplet: 50, 68 and 66. RGB value is (80,104,102). Sum of RGB (Red+Green+Blue) = 80+104+102=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 104 - color contains mainly: green. Hex color #506866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506866 is #AF9799. Grayscale: #606060. Windows color (decimal): -11507610 or 6711376. OLE color: 6711376.

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

Color convert

RGB 80 104 102 -
CMYK 0.23 0 0.02 0.59
HSL 175º 0.13% 0.36% -
HSV(B) 175º 0.23% 0.41% -
XYZ 10.66 12.57 14.43 -
YUV 96.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 80 104 102 0.23 0 0.02 0.59 175 0.13 0.36
Hex 50 68 66 17 0 2 3B AF D 24
Octal 120 150 146 27 0 2 73 257 15 44
Binary 1010000 1101000 1100110 10111 0 10 111011 10101111 1101 100100

Color Harmonies of #506866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506866

Black with #506866

Text Example


Text Example

White with #506866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506866; }

 p { color: rgb(80,104,102); }

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

background-color css

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

 a { background-color: rgb(80,104,102); }

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

border-color css

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

 span { border-color: rgb(80,104,102); }

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