Html Css Color HEX #517189 Wedgewood

📋 copy color: '#517189'

red 81 ◦ green 113 ◦ blue 137

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

Shades of Wedgewood #517189

Tints of Wedgewood #517189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.39%

R = 24.47%
G = 34.14%
B = 41.39%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#517189 (or 0x517189) is known color: Wedgewood. HEX triplet: 51, 71 and 89. RGB value is (81,113,137). Sum of RGB (Red+Green+Blue) = 81+113+137=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 137 - color contains mainly: blue. Hex color #517189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517189 is #AE8E76. Grayscale: #6A6A6A. Windows color (decimal): -11439735 or 9007441. OLE color: 9007441.

HSL color Cylindrical-coordinate representation of color #517189: hue angle of 205.71º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #517189 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 113 137 -
CMYK 0.41 0.18 0 0.46
HSL 205.71º 0.26% 0.43% -
HSV(B) 205.71º 0.41% 0.54% -
XYZ 13.81 15.37 25.9 -
YUV 106.17 145.4 110.05 -
System Red Green Blue C M Y K H S L
Decimal 81 113 137 0.41 0.18 0 0.46 205.71 0.26 0.43
Hex 51 71 89 29 12 0 2E CE 1A 2B
Octal 121 161 211 51 22 0 56 316 32 53
Binary 1010001 1110001 10001001 101001 10010 0 101110 11001110 11010 101011

Color Harmonies of #517189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517189

Black with #517189

Text Example


Text Example

White with #517189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517189; }

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

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

background-color css

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

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

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

border-color css

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

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

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