Html Css Color HEX #506579 Wedgewood

📋 copy color: '#506579'

red 80 ◦ green 101 ◦ blue 121

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

Shades of Wedgewood #506579

Tints of Wedgewood #506579

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.44%

 BLUE value IS 121 (47.66% from 255) = 40.07%

R = 26.49%
G = 33.44%
B = 40.07%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#506579 (or 0x506579) is known color: Wedgewood. HEX triplet: 50, 65 and 79. RGB value is (80,101,121). Sum of RGB (Red+Green+Blue) = 80+101+121=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 121 - color contains mainly: blue. Hex color #506579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506579 is #AF9A86. Grayscale: #606060. Windows color (decimal): -11508359 or 7955792. OLE color: 7955792.

HSL color Cylindrical-coordinate representation of color #506579: hue angle of 209.27º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #506579 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 101 121 -
CMYK 0.34 0.17 0 0.53
HSL 209.27º 0.2% 0.39% -
HSV(B) 209.27º 0.34% 0.47% -
XYZ 11.41 12.39 19.88 -
YUV 97 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 80 101 121 0.34 0.17 0 0.53 209.27 0.2 0.39
Hex 50 65 79 22 11 0 35 D1 14 27
Octal 120 145 171 42 21 0 65 321 24 47
Binary 1010000 1100101 1111001 100010 10001 0 110101 11010001 10100 100111

Color Harmonies of #506579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506579

Black with #506579

Text Example


Text Example

White with #506579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506579; }

 p { color: rgb(80,101,121); }

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

background-color css

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

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

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

border-color css

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

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

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