Html Css Color HEX #517188 Wedgewood

📋 copy color: '#517188'

red 81 ◦ green 113 ◦ blue 136

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

Shades of Wedgewood #517188

Tints of Wedgewood #517188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.21%

R = 24.55%
G = 34.24%
B = 41.21%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#517188 (or 0x517188) is known color: Wedgewood. HEX triplet: 51, 71 and 88. RGB value is (81,113,136). Sum of RGB (Red+Green+Blue) = 81+113+136=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 136 - color contains mainly: blue. Hex color #517188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517188 is #AE8E77. Grayscale: #696969. Windows color (decimal): -11439736 or 8941905. OLE color: 8941905.

HSL color Cylindrical-coordinate representation of color #517188: hue angle of 205.09º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #517188 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 113 136 -
CMYK 0.40 0.17 0 0.47
HSL 205.09º 0.25% 0.43% -
HSV(B) 205.09º 0.4% 0.53% -
XYZ 13.74 15.34 25.53 -
YUV 106.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 81 113 136 0.40 0.17 0 0.47 205.09 0.25 0.43
Hex 51 71 88 28 11 0 2F CD 19 2B
Octal 121 161 210 50 21 0 57 315 31 53
Binary 1010001 1110001 10001000 101000 10001 0 101111 11001101 11001 101011

Color Harmonies of #517188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517188

Black with #517188

Text Example


Text Example

White with #517188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517188; }

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

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

background-color css

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

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

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

border-color css

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

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

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