Html Css Color HEX #517795 Wedgewood

📋 copy color: '#517795'

red 81 ◦ green 119 ◦ blue 149

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

Shades of Wedgewood #517795

Tints of Wedgewood #517795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.69%

R = 23.21%
G = 34.1%
B = 42.69%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#517795 (or 0x517795) is known color: Wedgewood. HEX triplet: 51, 77 and 95. RGB value is (81,119,149). Sum of RGB (Red+Green+Blue) = 81+119+149=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: blue. Hex color #517795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517795 is #AE886A. Grayscale: #6E6E6E. Windows color (decimal): -11438187 or 9795409. OLE color: 9795409.

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

Color convert

RGB 81 119 149 -
CMYK 0.46 0.20 0 0.42
HSL 206.47º 0.3% 0.45% -
HSV(B) 206.47º 0.46% 0.58% -
XYZ 15.41 17.11 30.92 -
YUV 111.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 81 119 149 0.46 0.20 0 0.42 206.47 0.3 0.45
Hex 51 77 95 2E 14 0 2A CE 1E 2D
Octal 121 167 225 56 24 0 52 316 36 55
Binary 1010001 1110111 10010101 101110 10100 0 101010 11001110 11110 101101

Color Harmonies of #517795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517795

Black with #517795

Text Example


Text Example

White with #517795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517795; }

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

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

background-color css

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

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

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

border-color css

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

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

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