Html Css Color HEX #53728D Wedgewood

📋 copy color: '#53728D'

red 83 ◦ green 114 ◦ blue 141

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

Shades of Wedgewood #53728D

Tints of Wedgewood #53728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.73%

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

R = 24.56%
G = 33.73%
B = 41.72%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53728D (or 0x53728D) is known color: Wedgewood. HEX triplet: 53, 72 and 8D. RGB value is (83,114,141). Sum of RGB (Red+Green+Blue) = 83+114+141=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #53728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53728D is #AC8D72. Grayscale: #6B6B6B. Windows color (decimal): -11308403 or 9269843. OLE color: 9269843.

HSL color Cylindrical-coordinate representation of color #53728D: hue angle of 207.93º 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 #53728D is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 114 141 -
CMYK 0.41 0.19 0 0.45
HSL 207.93º 0.26% 0.44% -
HSV(B) 207.93º 0.41% 0.55% -
XYZ 14.39 15.8 27.49 -
YUV 107.81 146.73 110.3 -
System Red Green Blue C M Y K H S L
Decimal 83 114 141 0.41 0.19 0 0.45 207.93 0.26 0.44
Hex 53 72 8D 29 13 0 2D D0 1A 2C
Octal 123 162 215 51 23 0 55 320 32 54
Binary 1010011 1110010 10001101 101001 10011 0 101101 11010000 11010 101100

Color Harmonies of #53728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53728D

Black with #53728D

Text Example


Text Example

White with #53728D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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