Html Css Color HEX #506F83 Wedgewood

📋 copy color: '#506F83'

red 80 ◦ green 111 ◦ blue 131

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

Shades of Wedgewood #506F83

Tints of Wedgewood #506F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.68%

R = 24.84%
G = 34.47%
B = 40.68%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#506F83 (or 0x506F83) is known color: Wedgewood. HEX triplet: 50, 6F and 83. RGB value is (80,111,131). Sum of RGB (Red+Green+Blue) = 80+111+131=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 131 - color contains mainly: blue. Hex color #506F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506F83 is #AF907C. Grayscale: #676767. Windows color (decimal): -11505789 or 8613712. OLE color: 8613712.

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

Color convert

RGB 80 111 131 -
CMYK 0.39 0.15 0 0.49
HSL 203.53º 0.24% 0.41% -
HSV(B) 203.53º 0.39% 0.51% -
XYZ 13.09 14.71 23.62 -
YUV 104.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 80 111 131 0.39 0.15 0 0.49 203.53 0.24 0.41
Hex 50 6F 83 27 F 0 31 CC 18 29
Octal 120 157 203 47 17 0 61 314 30 51
Binary 1010000 1101111 10000011 100111 1111 0 110001 11001100 11000 101001

Color Harmonies of #506F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F83

Black with #506F83

Text Example


Text Example

White with #506F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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