Html Css Color HEX #517392 Wedgewood

📋 copy color: '#517392'

red 81 ◦ green 115 ◦ blue 146

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

Shades of Wedgewood #517392

Tints of Wedgewood #517392

RGB

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

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

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

R = 23.68%
G = 33.63%
B = 42.69%

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

#517392 (or 0x517392) is known color: Wedgewood. HEX triplet: 51, 73 and 92. RGB value is (81,115,146). Sum of RGB (Red+Green+Blue) = 81+115+146=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #517392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517392 is #AE8C6D. Grayscale: #6C6C6C. Windows color (decimal): -11439214 or 9597777. OLE color: 9597777.

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

Color convert

RGB 81 115 146 -
CMYK 0.45 0.21 0 0.43
HSL 208.62º 0.29% 0.45% -
HSV(B) 208.62º 0.45% 0.57% -
XYZ 14.71 16.09 29.52 -
YUV 108.37 149.24 108.48 -
System Red Green Blue C M Y K H S L
Decimal 81 115 146 0.45 0.21 0 0.43 208.62 0.29 0.45
Hex 51 73 92 2D 15 0 2B D1 1D 2D
Octal 121 163 222 55 25 0 53 321 35 55
Binary 1010001 1110011 10010010 101101 10101 0 101011 11010001 11101 101101

Color Harmonies of #517392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517392

Black with #517392

Text Example


Text Example

White with #517392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517392; }

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

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

background-color css

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

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

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

border-color css

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

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

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