Html Css Color HEX #506B8B Wedgewood

📋 copy color: '#506B8B'

red 80 ◦ green 107 ◦ blue 139

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

Shades of Wedgewood #506B8B

Tints of Wedgewood #506B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.64%

R = 24.54%
G = 32.82%
B = 42.64%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#506B8B (or 0x506B8B) is known color: Wedgewood. HEX triplet: 50, 6B and 8B. RGB value is (80,107,139). Sum of RGB (Red+Green+Blue) = 80+107+139=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #506B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506B8B is #AF9474. Grayscale: #666666. Windows color (decimal): -11506805 or 9136976. OLE color: 9136976.

HSL color Cylindrical-coordinate representation of color #506B8B: hue angle of 212.54º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #506B8B is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 107 139 -
CMYK 0.42 0.23 0 0.45
HSL 212.54º 0.27% 0.43% -
HSV(B) 212.54º 0.42% 0.55% -
XYZ 13.23 14.08 26.45 -
YUV 102.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 80 107 139 0.42 0.23 0 0.45 212.54 0.27 0.43
Hex 50 6B 8B 2A 17 0 2D D5 1B 2B
Octal 120 153 213 52 27 0 55 325 33 53
Binary 1010000 1101011 10001011 101010 10111 0 101101 11010101 11011 101011

Color Harmonies of #506B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B8B

Black with #506B8B

Text Example


Text Example

White with #506B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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