Html Css Color HEX #506479 Wedgewood

📋 copy color: '#506479'

red 80 ◦ green 100 ◦ blue 121

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

Shades of Wedgewood #506479

Tints of Wedgewood #506479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

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

R = 26.58%
G = 33.22%
B = 40.2%

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

#506479 (or 0x506479) is known color: Wedgewood. HEX triplet: 50, 64 and 79. RGB value is (80,100,121). Sum of RGB (Red+Green+Blue) = 80+100+121=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #506479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506479 is #AF9B86. Grayscale: #606060. Windows color (decimal): -11508615 or 7955536. OLE color: 7955536.

HSL color Cylindrical-coordinate representation of color #506479: hue angle of 210.73º 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 #506479 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 100 121 -
CMYK 0.34 0.17 0 0.53
HSL 210.73º 0.2% 0.39% -
HSV(B) 210.73º 0.34% 0.47% -
XYZ 11.32 12.2 19.85 -
YUV 96.41 141.87 116.29 -
System Red Green Blue C M Y K H S L
Decimal 80 100 121 0.34 0.17 0 0.53 210.73 0.2 0.39
Hex 50 64 79 22 11 0 35 D3 14 27
Octal 120 144 171 42 21 0 65 323 24 47
Binary 1010000 1100100 1111001 100010 10001 0 110101 11010011 10100 100111

Color Harmonies of #506479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506479

Black with #506479

Text Example


Text Example

White with #506479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506479; }

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

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

background-color css

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

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

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

border-color css

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

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

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