Html Css Color HEX #506577 Wedgewood

📋 copy color: '#506577'

red 80 ◦ green 101 ◦ blue 119

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

Shades of Wedgewood #506577

Tints of Wedgewood #506577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.67%

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

R = 26.67%
G = 33.67%
B = 39.67%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#506577 (or 0x506577) is known color: Wedgewood. HEX triplet: 50, 65 and 77. RGB value is (80,101,119). Sum of RGB (Red+Green+Blue) = 80+101+119=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 119 - color contains mainly: blue. Hex color #506577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506577 is #AF9A88. Grayscale: #606060. Windows color (decimal): -11508361 or 7824720. OLE color: 7824720.

HSL color Cylindrical-coordinate representation of color #506577: hue angle of 207.69º 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 #506577 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 101 119 -
CMYK 0.33 0.15 0 0.53
HSL 207.69º 0.2% 0.39% -
HSV(B) 207.69º 0.33% 0.47% -
XYZ 11.29 12.34 19.24 -
YUV 96.77 140.54 116.04 -
System Red Green Blue C M Y K H S L
Decimal 80 101 119 0.33 0.15 0 0.53 207.69 0.2 0.39
Hex 50 65 77 21 F 0 35 D0 14 27
Octal 120 145 167 41 17 0 65 320 24 47
Binary 1010000 1100101 1110111 100001 1111 0 110101 11010000 10100 100111

Color Harmonies of #506577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506577

Black with #506577

Text Example


Text Example

White with #506577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506577; }

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

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

background-color css

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

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

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

border-color css

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

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

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