Html Css Color HEX #517591 Wedgewood

📋 copy color: '#517591'

red 81 ◦ green 117 ◦ blue 145

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

Shades of Wedgewood #517591

Tints of Wedgewood #517591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.11%

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

R = 23.62%
G = 34.11%
B = 42.27%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#517591 (or 0x517591) is known color: Wedgewood. HEX triplet: 51, 75 and 91. RGB value is (81,117,145). Sum of RGB (Red+Green+Blue) = 81+117+145=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #517591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517591 is #AE8A6E. Grayscale: #6D6D6D. Windows color (decimal): -11438703 or 9532753. OLE color: 9532753.

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

Color convert

RGB 81 117 145 -
CMYK 0.44 0.19 0 0.43
HSL 206.25º 0.28% 0.44% -
HSV(B) 206.25º 0.44% 0.57% -
XYZ 14.87 16.52 29.19 -
YUV 109.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 81 117 145 0.44 0.19 0 0.43 206.25 0.28 0.44
Hex 51 75 91 2C 13 0 2B CE 1C 2C
Octal 121 165 221 54 23 0 53 316 34 54
Binary 1010001 1110101 10010001 101100 10011 0 101011 11001110 11100 101100

Color Harmonies of #517591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517591

Black with #517591

Text Example


Text Example

White with #517591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517591; }

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

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

background-color css

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

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

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

border-color css

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

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

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