Html Css Color HEX #517084 Wedgewood

📋 copy color: '#517084'

red 81 ◦ green 112 ◦ blue 132

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

Shades of Wedgewood #517084

Tints of Wedgewood #517084

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.46%

 BLUE value IS 132 (51.95% from 255) = 40.62%

R = 24.92%
G = 34.46%
B = 40.62%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#517084 (or 0x517084) is known color: Wedgewood. HEX triplet: 51, 70 and 84. RGB value is (81,112,132). Sum of RGB (Red+Green+Blue) = 81+112+132=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #517084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517084 is #AE8F7B. Grayscale: #686868. Windows color (decimal): -11439996 or 8679505. OLE color: 8679505.

HSL color Cylindrical-coordinate representation of color #517084: hue angle of 203.53º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #517084 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 112 132 -
CMYK 0.39 0.15 0 0.48
HSL 203.53º 0.24% 0.42% -
HSV(B) 203.53º 0.39% 0.52% -
XYZ 13.35 15 24.02 -
YUV 105.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 81 112 132 0.39 0.15 0 0.48 203.53 0.24 0.42
Hex 51 70 84 27 F 0 30 CC 18 2A
Octal 121 160 204 47 17 0 60 314 30 52
Binary 1010001 1110000 10000100 100111 1111 0 110000 11001100 11000 101010

Color Harmonies of #517084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517084

Black with #517084

Text Example


Text Example

White with #517084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517084; }

 p { color: rgb(81,112,132); }

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

background-color css

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

 a { background-color: rgb(81,112,132); }

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

border-color css

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

 span { border-color: rgb(81,112,132); }

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