Html Css Color HEX #506779 Wedgewood

📋 copy color: '#506779'

red 80 ◦ green 103 ◦ blue 121

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

Shades of Wedgewood #506779

Tints of Wedgewood #506779

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.88%

 BLUE value IS 121 (47.66% from 255) = 39.8%

R = 26.32%
G = 33.88%
B = 39.8%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#506779 (or 0x506779) is known color: Wedgewood. HEX triplet: 50, 67 and 79. RGB value is (80,103,121). Sum of RGB (Red+Green+Blue) = 80+103+121=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 121 - color contains mainly: blue. Hex color #506779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506779 is #AF9886. Grayscale: #626262. Windows color (decimal): -11507847 or 7956304. OLE color: 7956304.

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

Color convert

RGB 80 103 121 -
CMYK 0.34 0.15 0 0.53
HSL 206.34º 0.2% 0.39% -
HSV(B) 206.34º 0.34% 0.47% -
XYZ 11.61 12.79 19.95 -
YUV 98.18 140.88 115.04 -
System Red Green Blue C M Y K H S L
Decimal 80 103 121 0.34 0.15 0 0.53 206.34 0.2 0.39
Hex 50 67 79 22 F 0 35 CE 14 27
Octal 120 147 171 42 17 0 65 316 24 47
Binary 1010000 1100111 1111001 100010 1111 0 110101 11001110 10100 100111

Color Harmonies of #506779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506779

Black with #506779

Text Example


Text Example

White with #506779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506779; }

 p { color: rgb(80,103,121); }

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

background-color css

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

 a { background-color: rgb(80,103,121); }

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

border-color css

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

 span { border-color: rgb(80,103,121); }

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