Html Css Color HEX #517082 Wedgewood

📋 copy color: '#517082'

red 81 ◦ green 112 ◦ blue 130

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

Shades of Wedgewood #517082

Tints of Wedgewood #517082

RGB

 RED value IS 81 (32.03% from 255) = 25.08%

 GREEN value IS 112 (44.14% from 255) = 34.67%

 BLUE value IS 130 (51.17% from 255) = 40.25%

R = 25.08%
G = 34.67%
B = 40.25%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#517082 (or 0x517082) is known color: Wedgewood. HEX triplet: 51, 70 and 82. RGB value is (81,112,130). Sum of RGB (Red+Green+Blue) = 81+112+130=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #517082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517082 is #AE8F7D. Grayscale: #686868. Windows color (decimal): -11439998 or 8548433. OLE color: 8548433.

HSL color Cylindrical-coordinate representation of color #517082: hue angle of 202.04º 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 #517082 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 112 130 -
CMYK 0.38 0.14 0 0.49
HSL 202.04º 0.23% 0.41% -
HSV(B) 202.04º 0.38% 0.51% -
XYZ 13.22 14.95 23.31 -
YUV 104.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 81 112 130 0.38 0.14 0 0.49 202.04 0.23 0.41
Hex 51 70 82 26 E 0 31 CA 17 29
Octal 121 160 202 46 16 0 61 312 27 51
Binary 1010001 1110000 10000010 100110 1110 0 110001 11001010 10111 101001

Color Harmonies of #517082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517082

Black with #517082

Text Example


Text Example

White with #517082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517082; }

 p { color: rgb(81,112,130); }

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

background-color css

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

 a { background-color: rgb(81,112,130); }

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

border-color css

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

 span { border-color: rgb(81,112,130); }

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