Html Css Color HEX #506477 Wedgewood

📋 copy color: '#506477'

red 80 ◦ green 100 ◦ blue 119

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

Shades of Wedgewood #506477

Tints of Wedgewood #506477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.44%

 BLUE value IS 119 (46.88% from 255) = 39.8%

R = 26.76%
G = 33.44%
B = 39.8%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#506477 (or 0x506477) is known color: Wedgewood. HEX triplet: 50, 64 and 77. RGB value is (80,100,119). Sum of RGB (Red+Green+Blue) = 80+100+119=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 119 - color contains mainly: blue. Hex color #506477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506477 is #AF9B88. Grayscale: #606060. Windows color (decimal): -11508617 or 7824464. OLE color: 7824464.

HSL color Cylindrical-coordinate representation of color #506477: hue angle of 209.23º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #506477 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 100 119 -
CMYK 0.33 0.16 0 0.53
HSL 209.23º 0.2% 0.39% -
HSV(B) 209.23º 0.33% 0.47% -
XYZ 11.2 12.15 19.21 -
YUV 96.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 80 100 119 0.33 0.16 0 0.53 209.23 0.2 0.39
Hex 50 64 77 21 10 0 35 D1 14 27
Octal 120 144 167 41 20 0 65 321 24 47
Binary 1010000 1100100 1110111 100001 10000 0 110101 11010001 10100 100111

Color Harmonies of #506477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506477

Black with #506477

Text Example


Text Example

White with #506477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506477; }

 p { color: rgb(80,100,119); }

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

background-color css

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

 a { background-color: rgb(80,100,119); }

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

border-color css

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

 span { border-color: rgb(80,100,119); }

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