Html Css Color HEX #517493 Wedgewood

📋 copy color: '#517493'

red 81 ◦ green 116 ◦ blue 147

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

Shades of Wedgewood #517493

Tints of Wedgewood #517493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.73%

R = 23.55%
G = 33.72%
B = 42.73%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#517493 (or 0x517493) is known color: Wedgewood. HEX triplet: 51, 74 and 93. RGB value is (81,116,147). Sum of RGB (Red+Green+Blue) = 81+116+147=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #517493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517493 is #AE8B6C. Grayscale: #6C6C6C. Windows color (decimal): -11438957 or 9663569. OLE color: 9663569.

HSL color Cylindrical-coordinate representation of color #517493: hue angle of 208.18º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #517493 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 116 147 -
CMYK 0.45 0.21 0 0.42
HSL 208.18º 0.29% 0.45% -
HSV(B) 208.18º 0.45% 0.58% -
XYZ 14.91 16.35 29.97 -
YUV 109.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 81 116 147 0.45 0.21 0 0.42 208.18 0.29 0.45
Hex 51 74 93 2D 15 0 2A D0 1D 2D
Octal 121 164 223 55 25 0 52 320 35 55
Binary 1010001 1110100 10010011 101101 10101 0 101010 11010000 11101 101101

Color Harmonies of #517493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517493

Black with #517493

Text Example


Text Example

White with #517493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517493; }

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

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

background-color css

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

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

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

border-color css

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

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

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