Html Css Color HEX #517391 Wedgewood

📋 copy color: '#517391'

red 81 ◦ green 115 ◦ blue 145

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

Shades of Wedgewood #517391

Tints of Wedgewood #517391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

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

R = 23.75%
G = 33.72%
B = 42.52%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#517391 (or 0x517391) is known color: Wedgewood. HEX triplet: 51, 73 and 91. RGB value is (81,115,145). Sum of RGB (Red+Green+Blue) = 81+115+145=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #517391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517391 is #AE8C6E. Grayscale: #6C6C6C. Windows color (decimal): -11439215 or 9532241. OLE color: 9532241.

HSL color Cylindrical-coordinate representation of color #517391: hue angle of 208.12º 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 #517391 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 115 145 -
CMYK 0.44 0.21 0 0.43
HSL 208.13º 0.28% 0.44% -
HSV(B) 208.13º 0.44% 0.57% -
XYZ 14.63 16.06 29.12 -
YUV 108.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 81 115 145 0.44 0.21 0 0.43 208.13 0.28 0.44
Hex 51 73 91 2C 15 0 2B D0 1C 2C
Octal 121 163 221 54 25 0 53 320 34 54
Binary 1010001 1110011 10010001 101100 10101 0 101011 11010000 11100 101100

Color Harmonies of #517391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517391

Black with #517391

Text Example


Text Example

White with #517391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517391; }

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

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

background-color css

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

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

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

border-color css

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

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

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