Html Css Color HEX #517491 Wedgewood

📋 copy color: '#517491'

red 81 ◦ green 116 ◦ blue 145

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

Shades of Wedgewood #517491

Tints of Wedgewood #517491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.4%

R = 23.68%
G = 33.92%
B = 42.4%

CMYK

 C value IS 0.44

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#517491 (or 0x517491) is known color: Wedgewood. HEX triplet: 51, 74 and 91. RGB value is (81,116,145). Sum of RGB (Red+Green+Blue) = 81+116+145=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #517491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517491 is #AE8B6E. Grayscale: #6C6C6C. Windows color (decimal): -11438959 or 9532497. OLE color: 9532497.

HSL color Cylindrical-coordinate representation of color #517491: hue angle of 207.19º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #517491 is Cyan = 0.44, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 116 145 -
CMYK 0.44 0.2 0 0.43
HSL 207.19º 0.28% 0.44% -
HSV(B) 207.19º 0.44% 0.57% -
XYZ 14.75 16.28 29.15 -
YUV 108.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 81 116 145 0.44 0.2 0 0.43 207.19 0.28 0.44
Hex 51 74 91 2C 14 0 2B CF 1C 2C
Octal 121 164 221 54 24 0 53 317 34 54
Binary 1010001 1110100 10010001 101100 10100 0 101011 11001111 11100 101100

Color Harmonies of #517491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517491

Black with #517491

Text Example


Text Example

White with #517491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517491; }

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

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

background-color css

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

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

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

border-color css

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

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

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