Html Css Color HEX #517692 Wedgewood

📋 copy color: '#517692'

red 81 ◦ green 118 ◦ blue 146

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

Shades of Wedgewood #517692

Tints of Wedgewood #517692

RGB

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

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

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

R = 23.48%
G = 34.2%
B = 42.32%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#517692 (or 0x517692) is known color: Wedgewood. HEX triplet: 51, 76 and 92. RGB value is (81,118,146). Sum of RGB (Red+Green+Blue) = 81+118+146=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #517692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517692 is #AE896D. Grayscale: #6D6D6D. Windows color (decimal): -11438446 or 9598545. OLE color: 9598545.

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

Color convert

RGB 81 118 146 -
CMYK 0.45 0.19 0 0.43
HSL 205.85º 0.29% 0.45% -
HSV(B) 205.85º 0.45% 0.57% -
XYZ 15.06 16.78 29.64 -
YUV 110.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 81 118 146 0.45 0.19 0 0.43 205.85 0.29 0.45
Hex 51 76 92 2D 13 0 2B CE 1D 2D
Octal 121 166 222 55 23 0 53 316 35 55
Binary 1010001 1110110 10010010 101101 10011 0 101011 11001110 11101 101101

Color Harmonies of #517692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517692

Black with #517692

Text Example


Text Example

White with #517692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517692; }

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

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

background-color css

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

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

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

border-color css

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

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

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