Html Css Color HEX #517492 Wedgewood

📋 copy color: '#517492'

red 81 ◦ green 116 ◦ blue 146

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

Shades of Wedgewood #517492

Tints of Wedgewood #517492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.57%

R = 23.62%
G = 33.82%
B = 42.57%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#517492 (or 0x517492) is known color: Wedgewood. HEX triplet: 51, 74 and 92. RGB value is (81,116,146). Sum of RGB (Red+Green+Blue) = 81+116+146=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 146 - color contains mainly: blue. Hex color #517492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517492 is #AE8B6D. Grayscale: #6C6C6C. Windows color (decimal): -11438958 or 9598033. OLE color: 9598033.

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

Color convert

RGB 81 116 146 -
CMYK 0.45 0.21 0 0.43
HSL 207.69º 0.29% 0.45% -
HSV(B) 207.69º 0.45% 0.57% -
XYZ 14.83 16.32 29.56 -
YUV 108.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 81 116 146 0.45 0.21 0 0.43 207.69 0.29 0.45
Hex 51 74 92 2D 15 0 2B D0 1D 2D
Octal 121 164 222 55 25 0 53 320 35 55
Binary 1010001 1110100 10010010 101101 10101 0 101011 11010000 11101 101101

Color Harmonies of #517492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517492

Black with #517492

Text Example


Text Example

White with #517492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517492; }

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

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

background-color css

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

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

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

border-color css

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

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

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