Html Css Color HEX #506D84 Wedgewood

📋 copy color: '#506D84'

red 80 ◦ green 109 ◦ blue 132

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

Shades of Wedgewood #506D84

Tints of Wedgewood #506D84

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.96%

 BLUE value IS 132 (51.95% from 255) = 41.12%

R = 24.92%
G = 33.96%
B = 41.12%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#506D84 (or 0x506D84) is known color: Wedgewood. HEX triplet: 50, 6D and 84. RGB value is (80,109,132). Sum of RGB (Red+Green+Blue) = 80+109+132=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 132 - color contains mainly: blue. Hex color #506D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506D84 is #AF927B. Grayscale: #666666. Windows color (decimal): -11506300 or 8678736. OLE color: 8678736.

HSL color Cylindrical-coordinate representation of color #506D84: hue angle of 206.54º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #506D84 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 109 132 -
CMYK 0.39 0.17 0 0.48
HSL 206.54º 0.25% 0.42% -
HSV(B) 206.54º 0.39% 0.52% -
XYZ 12.94 14.31 23.91 -
YUV 102.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 80 109 132 0.39 0.17 0 0.48 206.54 0.25 0.42
Hex 50 6D 84 27 11 0 30 CF 19 2A
Octal 120 155 204 47 21 0 60 317 31 52
Binary 1010000 1101101 10000100 100111 10001 0 110000 11001111 11001 101010

Color Harmonies of #506D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D84

Black with #506D84

Text Example


Text Example

White with #506D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,109,132); }

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

background-color css

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

 a { background-color: rgb(80,109,132); }

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

border-color css

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

 span { border-color: rgb(80,109,132); }

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