Html Css Color HEX #517085 Wedgewood

📋 copy color: '#517085'

red 81 ◦ green 112 ◦ blue 133

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

Shades of Wedgewood #517085

Tints of Wedgewood #517085

RGB

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

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

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

R = 24.85%
G = 34.36%
B = 40.8%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#517085 (or 0x517085) is known color: Wedgewood. HEX triplet: 51, 70 and 85. RGB value is (81,112,133). Sum of RGB (Red+Green+Blue) = 81+112+133=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #517085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517085 is #AE8F7A. Grayscale: #696969. Windows color (decimal): -11439995 or 8745041. OLE color: 8745041.

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

Color convert

RGB 81 112 133 -
CMYK 0.39 0.16 0 0.48
HSL 204.23º 0.24% 0.42% -
HSV(B) 204.23º 0.39% 0.52% -
XYZ 13.42 15.03 24.38 -
YUV 105.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 81 112 133 0.39 0.16 0 0.48 204.23 0.24 0.42
Hex 51 70 85 27 10 0 30 CC 18 2A
Octal 121 160 205 47 20 0 60 314 30 52
Binary 1010001 1110000 10000101 100111 10000 0 110000 11001100 11000 101010

Color Harmonies of #517085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517085

Black with #517085

Text Example


Text Example

White with #517085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517085; }

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

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

background-color css

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

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

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

border-color css

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

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

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