Html Css Color HEX #53718D Wedgewood

📋 copy color: '#53718D'

red 83 ◦ green 113 ◦ blue 141

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

Shades of Wedgewood #53718D

Tints of Wedgewood #53718D

RGB

 RED value IS 83 (32.81% from 255) = 24.63%

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

 BLUE value IS 141 (55.47% from 255) = 41.84%

R = 24.63%
G = 33.53%
B = 41.84%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53718D (or 0x53718D) is known color: Wedgewood. HEX triplet: 53, 71 and 8D. RGB value is (83,113,141). Sum of RGB (Red+Green+Blue) = 83+113+141=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 141 - color contains mainly: blue. Hex color #53718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53718D is #AC8E72. Grayscale: #6B6B6B. Windows color (decimal): -11308659 or 9269587. OLE color: 9269587.

HSL color Cylindrical-coordinate representation of color #53718D: hue angle of 208.97º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53718D is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 113 141 -
CMYK 0.41 0.20 0 0.45
HSL 208.97º 0.26% 0.44% -
HSV(B) 208.97º 0.41% 0.55% -
XYZ 14.28 15.57 27.45 -
YUV 107.22 147.06 110.72 -
System Red Green Blue C M Y K H S L
Decimal 83 113 141 0.41 0.20 0 0.45 208.97 0.26 0.44
Hex 53 71 8D 29 14 0 2D D1 1A 2C
Octal 123 161 215 51 24 0 55 321 32 54
Binary 1010011 1110001 10001101 101001 10100 0 101101 11010001 11010 101100

Color Harmonies of #53718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53718D

Black with #53718D

Text Example


Text Example

White with #53718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53718D; }

 p { color: rgb(83,113,141); }

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

background-color css

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

 a { background-color: rgb(83,113,141); }

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

border-color css

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

 span { border-color: rgb(83,113,141); }

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