Html Css Color HEX #506B6A William

📋 copy color: '#506B6A'

red 80 ◦ green 107 ◦ blue 106

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

Shades of William #506B6A

Tints of William #506B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.18%

R = 27.3%
G = 36.52%
B = 36.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#506B6A (or 0x506B6A) is known color: William. HEX triplet: 50, 6B and 6A. RGB value is (80,107,106). Sum of RGB (Red+Green+Blue) = 80+107+106=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 107 - color contains mainly: green. Hex color #506B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B6A is #AF9495. Grayscale: #626262. Windows color (decimal): -11506838 or 6974288. OLE color: 6974288.

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

Color convert

RGB 80 107 106 -
CMYK 0.25 0 0.01 0.58
HSL 177.78º 0.14% 0.37% -
HSV(B) 177.78º 0.25% 0.42% -
XYZ 11.17 13.26 15.61 -
YUV 98.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 80 107 106 0.25 0 0.01 0.58 177.78 0.14 0.37
Hex 50 6B 6A 19 0 1 3A B2 E 25
Octal 120 153 152 31 0 1 72 262 16 45
Binary 1010000 1101011 1101010 11001 0 1 111010 10110010 1110 100101

Color Harmonies of #506B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B6A

Black with #506B6A

Text Example


Text Example

White with #506B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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