Html Css Color HEX #506F82 Wedgewood

📋 copy color: '#506F82'

red 80 ◦ green 111 ◦ blue 130

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

Shades of Wedgewood #506F82

Tints of Wedgewood #506F82

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.58%

 BLUE value IS 130 (51.17% from 255) = 40.5%

R = 24.92%
G = 34.58%
B = 40.5%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#506F82 (or 0x506F82) is known color: Wedgewood. HEX triplet: 50, 6F and 82. RGB value is (80,111,130). Sum of RGB (Red+Green+Blue) = 80+111+130=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 130 - color contains mainly: blue. Hex color #506F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506F82 is #AF907D. Grayscale: #676767. Windows color (decimal): -11505790 or 8548176. OLE color: 8548176.

HSL color Cylindrical-coordinate representation of color #506F82: hue angle of 202.8º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #506F82 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 111 130 -
CMYK 0.38 0.15 0 0.49
HSL 202.8º 0.24% 0.41% -
HSV(B) 202.8º 0.38% 0.51% -
XYZ 13.02 14.69 23.27 -
YUV 103.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 80 111 130 0.38 0.15 0 0.49 202.8 0.24 0.41
Hex 50 6F 82 26 F 0 31 CB 18 29
Octal 120 157 202 46 17 0 61 313 30 51
Binary 1010000 1101111 10000010 100110 1111 0 110001 11001011 11000 101001

Color Harmonies of #506F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F82

Black with #506F82

Text Example


Text Example

White with #506F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,111,130); }

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

background-color css

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

 a { background-color: rgb(80,111,130); }

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

border-color css

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

 span { border-color: rgb(80,111,130); }

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