Html Css Color HEX #53687D Wedgewood

📋 copy color: '#53687D'

red 83 ◦ green 104 ◦ blue 125

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

Shades of Wedgewood #53687D

Tints of Wedgewood #53687D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.33%

 BLUE value IS 125 (49.22% from 255) = 40.06%

R = 26.6%
G = 33.33%
B = 40.06%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53687D (or 0x53687D) is known color: Wedgewood. HEX triplet: 53, 68 and 7D. RGB value is (83,104,125). Sum of RGB (Red+Green+Blue) = 83+104+125=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 125 - color contains mainly: blue. Hex color #53687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53687D is #AC9782. Grayscale: #646464. Windows color (decimal): -11310979 or 8218707. OLE color: 8218707.

HSL color Cylindrical-coordinate representation of color #53687D: hue angle of 210º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53687D is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 104 125 -
CMYK 0.34 0.17 0 0.51
HSL 210º 0.2% 0.41% -
HSV(B) 210º 0.34% 0.49% -
XYZ 12.22 13.22 21.31 -
YUV 100.12 142.04 115.79 -
System Red Green Blue C M Y K H S L
Decimal 83 104 125 0.34 0.17 0 0.51 210 0.2 0.41
Hex 53 68 7D 22 11 0 33 D2 14 29
Octal 123 150 175 42 21 0 63 322 24 51
Binary 1010011 1101000 1111101 100010 10001 0 110011 11010010 10100 101001

Color Harmonies of #53687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53687D

Black with #53687D

Text Example


Text Example

White with #53687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,104,125); }

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

background-color css

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

 a { background-color: rgb(83,104,125); }

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

border-color css

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

 span { border-color: rgb(83,104,125); }

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