Html Css Color HEX #53687C Wedgewood

📋 copy color: '#53687C'

red 83 ◦ green 104 ◦ blue 124

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

Shades of Wedgewood #53687C

Tints of Wedgewood #53687C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.87%

R = 26.69%
G = 33.44%
B = 39.87%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53687C (or 0x53687C) is known color: Wedgewood. HEX triplet: 53, 68 and 7C. RGB value is (83,104,124). Sum of RGB (Red+Green+Blue) = 83+104+124=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 124 - color contains mainly: blue. Hex color #53687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53687C is #AC9783. Grayscale: #636363. Windows color (decimal): -11310980 or 8153171. OLE color: 8153171.

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

Color convert

RGB 83 104 124 -
CMYK 0.33 0.16 0 0.51
HSL 209.27º 0.2% 0.41% -
HSV(B) 209.27º 0.33% 0.49% -
XYZ 12.16 13.19 20.97 -
YUV 100 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 83 104 124 0.33 0.16 0 0.51 209.27 0.2 0.41
Hex 53 68 7C 21 10 0 33 D1 14 29
Octal 123 150 174 41 20 0 63 321 24 51
Binary 1010011 1101000 1111100 100001 10000 0 110011 11010001 10100 101001

Color Harmonies of #53687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53687C

Black with #53687C

Text Example


Text Example

White with #53687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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