Html Css Color HEX #506D85 Wedgewood

📋 copy color: '#506D85'

red 80 ◦ green 109 ◦ blue 133

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

Shades of Wedgewood #506D85

Tints of Wedgewood #506D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.3%

R = 24.84%
G = 33.85%
B = 41.3%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#506D85 (or 0x506D85) is known color: Wedgewood. HEX triplet: 50, 6D and 85. RGB value is (80,109,133). Sum of RGB (Red+Green+Blue) = 80+109+133=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #506D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506D85 is #AF927A. Grayscale: #666666. Windows color (decimal): -11506299 or 8744272. OLE color: 8744272.

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

Color convert

RGB 80 109 133 -
CMYK 0.40 0.18 0 0.48
HSL 207.17º 0.25% 0.42% -
HSV(B) 207.17º 0.4% 0.52% -
XYZ 13.01 14.34 24.27 -
YUV 103.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 80 109 133 0.40 0.18 0 0.48 207.17 0.25 0.42
Hex 50 6D 85 28 12 0 30 CF 19 2A
Octal 120 155 205 50 22 0 60 317 31 52
Binary 1010000 1101101 10000101 101000 10010 0 110000 11001111 11001 101010

Color Harmonies of #506D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D85

Black with #506D85

Text Example


Text Example

White with #506D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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