Html Css Color HEX #517185 Wedgewood

📋 copy color: '#517185'

red 81 ◦ green 113 ◦ blue 133

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

Shades of Wedgewood #517185

Tints of Wedgewood #517185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.56%

 BLUE value IS 133 (52.34% from 255) = 40.67%

R = 24.77%
G = 34.56%
B = 40.67%

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

#517185 (or 0x517185) is known color: Wedgewood. HEX triplet: 51, 71 and 85. RGB value is (81,113,133). Sum of RGB (Red+Green+Blue) = 81+113+133=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 133 - color contains mainly: blue. Hex color #517185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517185 is #AE8E7A. Grayscale: #696969. Windows color (decimal): -11439739 or 8745297. OLE color: 8745297.

HSL color Cylindrical-coordinate representation of color #517185: hue angle of 203.08º 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 #517185 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 113 133 -
CMYK 0.39 0.15 0 0.48
HSL 203.08º 0.24% 0.42% -
HSV(B) 203.08º 0.39% 0.52% -
XYZ 13.53 15.25 24.42 -
YUV 105.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 81 113 133 0.39 0.15 0 0.48 203.08 0.24 0.42
Hex 51 71 85 27 F 0 30 CB 18 2A
Octal 121 161 205 47 17 0 60 313 30 52
Binary 1010001 1110001 10000101 100111 1111 0 110000 11001011 11000 101010

Color Harmonies of #517185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517185

Black with #517185

Text Example


Text Example

White with #517185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517185; }

 p { color: rgb(81,113,133); }

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

background-color css

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

 a { background-color: rgb(81,113,133); }

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

border-color css

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

 span { border-color: rgb(81,113,133); }

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