Html Css Color HEX #506B6B William

📋 copy color: '#506B6B'

red 80 ◦ green 107 ◦ blue 107

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

Shades of William #506B6B

Tints of William #506B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.39%

R = 27.21%
G = 36.39%
B = 36.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#506B6B (or 0x506B6B) is known color: William. HEX triplet: 50, 6B and 6B. RGB value is (80,107,107). Sum of RGB (Red+Green+Blue) = 80+107+107=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 107 - color contains mainly: green, blue. Hex color #506B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B6B is #AF9494. Grayscale: #626262. Windows color (decimal): -11506837 or 7039824. OLE color: 7039824.

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

Color convert

RGB 80 107 107 -
CMYK 0.25 0 0 0.58
HSL 180º 0.14% 0.37% -
HSV(B) 180º 0.25% 0.42% -
XYZ 11.22 13.28 15.88 -
YUV 98.93 132.55 114.5 -
System Red Green Blue C M Y K H S L
Decimal 80 107 107 0.25 0 0 0.58 180 0.14 0.37
Hex 50 6B 6B 19 0 0 3A B4 E 25
Octal 120 153 153 31 0 0 72 264 16 45
Binary 1010000 1101011 1101011 11001 0 0 111010 10110100 1110 100101

Color Harmonies of #506B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B6B

Black with #506B6B

Text Example


Text Example

White with #506B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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