Html Css Color HEX #517792 Wedgewood

📋 copy color: '#517792'

red 81 ◦ green 119 ◦ blue 146

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

Shades of Wedgewood #517792

Tints of Wedgewood #517792

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.39%

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

R = 23.41%
G = 34.39%
B = 42.2%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#517792 (or 0x517792) is known color: Wedgewood. HEX triplet: 51, 77 and 92. RGB value is (81,119,146). Sum of RGB (Red+Green+Blue) = 81+119+146=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #517792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517792 is #AE886D. Grayscale: #6E6E6E. Windows color (decimal): -11438190 or 9598801. OLE color: 9598801.

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

Color convert

RGB 81 119 146 -
CMYK 0.45 0.18 0 0.43
HSL 204.92º 0.29% 0.45% -
HSV(B) 204.92º 0.45% 0.57% -
XYZ 15.18 17.02 29.68 -
YUV 110.72 147.91 106.8 -
System Red Green Blue C M Y K H S L
Decimal 81 119 146 0.45 0.18 0 0.43 204.92 0.29 0.45
Hex 51 77 92 2D 12 0 2B CD 1D 2D
Octal 121 167 222 55 22 0 53 315 35 55
Binary 1010001 1110111 10010010 101101 10010 0 101011 11001101 11101 101101

Color Harmonies of #517792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517792

Black with #517792

Text Example


Text Example

White with #517792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517792; }

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

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

background-color css

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

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

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

border-color css

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

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

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