Html Css Color HEX #517190 Wedgewood

📋 copy color: '#517190'

red 81 ◦ green 113 ◦ blue 144

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

Shades of Wedgewood #517190

Tints of Wedgewood #517190

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.43%

 BLUE value IS 144 (56.64% from 255) = 42.6%

R = 23.96%
G = 33.43%
B = 42.6%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#517190 (or 0x517190) is known color: Wedgewood. HEX triplet: 51, 71 and 90. RGB value is (81,113,144). Sum of RGB (Red+Green+Blue) = 81+113+144=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #517190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517190 is #AE8E6F. Grayscale: #6A6A6A. Windows color (decimal): -11439728 or 9466193. OLE color: 9466193.

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

Color convert

RGB 81 113 144 -
CMYK 0.44 0.22 0 0.44
HSL 209.52º 0.28% 0.44% -
HSV(B) 209.52º 0.44% 0.56% -
XYZ 14.33 15.57 28.64 -
YUV 106.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 81 113 144 0.44 0.22 0 0.44 209.52 0.28 0.44
Hex 51 71 90 2C 16 0 2C D2 1C 2C
Octal 121 161 220 54 26 0 54 322 34 54
Binary 1010001 1110001 10010000 101100 10110 0 101100 11010010 11100 101100

Color Harmonies of #517190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517190

Black with #517190

Text Example


Text Example

White with #517190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517190; }

 p { color: rgb(81,113,144); }

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

background-color css

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

 a { background-color: rgb(81,113,144); }

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

border-color css

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

 span { border-color: rgb(81,113,144); }

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