Html Css Color HEX #506F6A William

📋 copy color: '#506F6A'

red 80 ◦ green 111 ◦ blue 106

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

Shades of William #506F6A

Tints of William #506F6A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.37%

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

R = 26.94%
G = 37.37%
B = 35.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#506F6A (or 0x506F6A) is known color: William. HEX triplet: 50, 6F and 6A. RGB value is (80,111,106). Sum of RGB (Red+Green+Blue) = 80+111+106=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 111 - color contains mainly: green. Hex color #506F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F6A is #AF9095. Grayscale: #656565. Windows color (decimal): -11505814 or 6975312. OLE color: 6975312.

HSL color Cylindrical-coordinate representation of color #506F6A: hue angle of 170.32º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #506F6A is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 111 106 -
CMYK 0.28 0 0.05 0.56
HSL 170.32º 0.16% 0.37% -
HSV(B) 170.32º 0.28% 0.44% -
XYZ 11.59 14.11 15.75 -
YUV 101.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 80 111 106 0.28 0 0.05 0.56 170.32 0.16 0.37
Hex 50 6F 6A 1C 0 5 38 AA 10 25
Octal 120 157 152 34 0 5 70 252 20 45
Binary 1010000 1101111 1101010 11100 0 101 111000 10101010 10000 100101

Color Harmonies of #506F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F6A

Black with #506F6A

Text Example


Text Example

White with #506F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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