Html Css Color HEX #506B7F Wedgewood

📋 copy color: '#506B7F'

red 80 ◦ green 107 ◦ blue 127

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

Shades of Wedgewood #506B7F

Tints of Wedgewood #506B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.08%

 BLUE value IS 127 (50% from 255) = 40.45%

R = 25.48%
G = 34.08%
B = 40.45%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#506B7F (or 0x506B7F) is known color: Wedgewood. HEX triplet: 50, 6B and 7F. RGB value is (80,107,127). Sum of RGB (Red+Green+Blue) = 80+107+127=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 127 - color contains mainly: blue. Hex color #506B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B7F is #AF9480. Grayscale: #656565. Windows color (decimal): -11506817 or 8350544. OLE color: 8350544.

HSL color Cylindrical-coordinate representation of color #506B7F: hue angle of 205.53º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #506B7F is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 107 127 -
CMYK 0.37 0.16 0 0.50
HSL 205.53º 0.23% 0.41% -
HSV(B) 205.53º 0.37% 0.5% -
XYZ 12.4 13.75 22.08 -
YUV 101.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 80 107 127 0.37 0.16 0 0.50 205.53 0.23 0.41
Hex 50 6B 7F 25 10 0 32 CE 17 29
Octal 120 153 177 45 20 0 62 316 27 51
Binary 1010000 1101011 1111111 100101 10000 0 110010 11001110 10111 101001

Color Harmonies of #506B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B7F

Black with #506B7F

Text Example


Text Example

White with #506B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,107,127); }

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

background-color css

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

 a { background-color: rgb(80,107,127); }

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

border-color css

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

 span { border-color: rgb(80,107,127); }

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