Html Css Color HEX #517486 Wedgewood

📋 copy color: '#517486'

red 81 ◦ green 116 ◦ blue 134

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

Shades of Wedgewood #517486

Tints of Wedgewood #517486

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.05%

 BLUE value IS 134 (52.73% from 255) = 40.48%

R = 24.47%
G = 35.05%
B = 40.48%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#517486 (or 0x517486) is known color: Wedgewood. HEX triplet: 51, 74 and 86. RGB value is (81,116,134). Sum of RGB (Red+Green+Blue) = 81+116+134=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 134 - color contains mainly: blue. Hex color #517486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517486 is #AE8B79. Grayscale: #6B6B6B. Windows color (decimal): -11438970 or 8811601. OLE color: 8811601.

HSL color Cylindrical-coordinate representation of color #517486: hue angle of 200.38º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #517486 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 116 134 -
CMYK 0.40 0.13 0 0.47
HSL 200.38º 0.25% 0.42% -
HSV(B) 200.38º 0.4% 0.53% -
XYZ 13.94 15.96 24.9 -
YUV 107.59 142.9 109.04 -
System Red Green Blue C M Y K H S L
Decimal 81 116 134 0.40 0.13 0 0.47 200.38 0.25 0.42
Hex 51 74 86 28 D 0 2F C8 19 2A
Octal 121 164 206 50 15 0 57 310 31 52
Binary 1010001 1110100 10000110 101000 1101 0 101111 11001000 11001 101010

Color Harmonies of #517486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517486

Black with #517486

Text Example


Text Example

White with #517486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517486; }

 p { color: rgb(81,116,134); }

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

background-color css

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

 a { background-color: rgb(81,116,134); }

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

border-color css

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

 span { border-color: rgb(81,116,134); }

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