Html Css Color HEX #506A87 Wedgewood

📋 copy color: '#506A87'

red 80 ◦ green 106 ◦ blue 135

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

Shades of Wedgewood #506A87

Tints of Wedgewood #506A87

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.02%

 BLUE value IS 135 (53.13% from 255) = 42.06%

R = 24.92%
G = 33.02%
B = 42.06%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#506A87 (or 0x506A87) is known color: Wedgewood. HEX triplet: 50, 6A and 87. RGB value is (80,106,135). Sum of RGB (Red+Green+Blue) = 80+106+135=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 135 - color contains mainly: blue. Hex color #506A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506A87 is #AF9578. Grayscale: #656565. Windows color (decimal): -11507065 or 8874576. OLE color: 8874576.

HSL color Cylindrical-coordinate representation of color #506A87: hue angle of 211.64º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #506A87 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 106 135 -
CMYK 0.41 0.21 0 0.47
HSL 211.64º 0.26% 0.42% -
HSV(B) 211.64º 0.41% 0.53% -
XYZ 12.84 13.76 24.9 -
YUV 101.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 80 106 135 0.41 0.21 0 0.47 211.64 0.26 0.42
Hex 50 6A 87 29 15 0 2F D4 1A 2A
Octal 120 152 207 51 25 0 57 324 32 52
Binary 1010000 1101010 10000111 101001 10101 0 101111 11010100 11010 101010

Color Harmonies of #506A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506A87

Black with #506A87

Text Example


Text Example

White with #506A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,106,135); }

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

background-color css

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

 a { background-color: rgb(80,106,135); }

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

border-color css

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

 span { border-color: rgb(80,106,135); }

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