Html Css Color HEX #517690 Wedgewood

📋 copy color: '#517690'

red 81 ◦ green 118 ◦ blue 144

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

Shades of Wedgewood #517690

Tints of Wedgewood #517690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.4%

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

R = 23.62%
G = 34.4%
B = 41.98%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#517690 (or 0x517690) is known color: Wedgewood. HEX triplet: 51, 76 and 90. RGB value is (81,118,144). Sum of RGB (Red+Green+Blue) = 81+118+144=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #517690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517690 is #AE896F. Grayscale: #6D6D6D. Windows color (decimal): -11438448 or 9467473. OLE color: 9467473.

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

Color convert

RGB 81 118 144 -
CMYK 0.44 0.18 0 0.44
HSL 204.76º 0.28% 0.44% -
HSV(B) 204.76º 0.44% 0.56% -
XYZ 14.91 16.72 28.83 -
YUV 109.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 81 118 144 0.44 0.18 0 0.44 204.76 0.28 0.44
Hex 51 76 90 2C 12 0 2C CD 1C 2C
Octal 121 166 220 54 22 0 54 315 34 54
Binary 1010001 1110110 10010000 101100 10010 0 101100 11001101 11100 101100

Color Harmonies of #517690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517690

Black with #517690

Text Example


Text Example

White with #517690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517690; }

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

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

background-color css

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

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

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

border-color css

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

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

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