Html Css Color HEX #506681 Wedgewood

📋 copy color: '#506681'

red 80 ◦ green 102 ◦ blue 129

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

Shades of Wedgewood #506681

Tints of Wedgewood #506681

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.8%

 BLUE value IS 129 (50.78% from 255) = 41.48%

R = 25.72%
G = 32.8%
B = 41.48%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#506681 (or 0x506681) is known color: Wedgewood. HEX triplet: 50, 66 and 81. RGB value is (80,102,129). Sum of RGB (Red+Green+Blue) = 80+102+129=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 129 - color contains mainly: blue. Hex color #506681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506681 is #AF997E. Grayscale: #626262. Windows color (decimal): -11508095 or 8480336. OLE color: 8480336.

HSL color Cylindrical-coordinate representation of color #506681: hue angle of 213.06º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #506681 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 102 129 -
CMYK 0.38 0.21 0 0.49
HSL 213.06º 0.23% 0.41% -
HSV(B) 213.06º 0.38% 0.51% -
XYZ 12.02 12.79 22.6 -
YUV 98.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 80 102 129 0.38 0.21 0 0.49 213.06 0.23 0.41
Hex 50 66 81 26 15 0 31 D5 17 29
Octal 120 146 201 46 25 0 61 325 27 51
Binary 1010000 1100110 10000001 100110 10101 0 110001 11010101 10111 101001

Color Harmonies of #506681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506681

Black with #506681

Text Example


Text Example

White with #506681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506681; }

 p { color: rgb(80,102,129); }

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

background-color css

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

 a { background-color: rgb(80,102,129); }

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

border-color css

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

 span { border-color: rgb(80,102,129); }

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