Html Css Color HEX #506A69 William

📋 copy color: '#506A69'

red 80 ◦ green 106 ◦ blue 105

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

Shades of William #506A69

Tints of William #506A69

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.43%

 BLUE value IS 105 (41.41% from 255) = 36.08%

R = 27.49%
G = 36.43%
B = 36.08%

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

#506A69 (or 0x506A69) is known color: William. HEX triplet: 50, 6A and 69. RGB value is (80,106,105). Sum of RGB (Red+Green+Blue) = 80+106+105=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 106 - color contains mainly: green. Hex color #506A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506A69 is #AF9596. Grayscale: #626262. Windows color (decimal): -11507095 or 6908496. OLE color: 6908496.

HSL color Cylindrical-coordinate representation of color #506A69: hue angle of 177.69º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #506A69 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 106 105 -
CMYK 0.25 0 0.01 0.58
HSL 177.69º 0.14% 0.36% -
HSV(B) 177.69º 0.25% 0.42% -
XYZ 11.01 13.03 15.3 -
YUV 98.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 80 106 105 0.25 0 0.01 0.58 177.69 0.14 0.36
Hex 50 6A 69 19 0 1 3A B2 E 24
Octal 120 152 151 31 0 1 72 262 16 44
Binary 1010000 1101010 1101001 11001 0 1 111010 10110010 1110 100100

Color Harmonies of #506A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506A69

Black with #506A69

Text Example


Text Example

White with #506A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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