Html Css Color HEX #517793 Wedgewood

📋 copy color: '#517793'

red 81 ◦ green 119 ◦ blue 147

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

Shades of Wedgewood #517793

Tints of Wedgewood #517793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.36%

R = 23.34%
G = 34.29%
B = 42.36%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#517793 (or 0x517793) is known color: Wedgewood. HEX triplet: 51, 77 and 93. RGB value is (81,119,147). Sum of RGB (Red+Green+Blue) = 81+119+147=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 147 - color contains mainly: blue. Hex color #517793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517793 is #AE886C. Grayscale: #6E6E6E. Windows color (decimal): -11438189 or 9664337. OLE color: 9664337.

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

Color convert

RGB 81 119 147 -
CMYK 0.45 0.19 0 0.42
HSL 205.45º 0.29% 0.45% -
HSV(B) 205.45º 0.45% 0.58% -
XYZ 15.26 17.05 30.09 -
YUV 110.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 81 119 147 0.45 0.19 0 0.42 205.45 0.29 0.45
Hex 51 77 93 2D 13 0 2A CD 1D 2D
Octal 121 167 223 55 23 0 52 315 35 55
Binary 1010001 1110111 10010011 101101 10011 0 101010 11001101 11101 101101

Color Harmonies of #517793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517793

Black with #517793

Text Example


Text Example

White with #517793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517793; }

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

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

background-color css

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

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

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

border-color css

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

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

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