Html Css Color HEX #53687B Wedgewood

📋 copy color: '#53687B'

red 83 ◦ green 104 ◦ blue 123

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

Shades of Wedgewood #53687B

Tints of Wedgewood #53687B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.68%

R = 26.77%
G = 33.55%
B = 39.68%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53687B (or 0x53687B) is known color: Wedgewood. HEX triplet: 53, 68 and 7B. RGB value is (83,104,123). Sum of RGB (Red+Green+Blue) = 83+104+123=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 123 - color contains mainly: blue. Hex color #53687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53687B is #AC9784. Grayscale: #636363. Windows color (decimal): -11310981 or 8087635. OLE color: 8087635.

HSL color Cylindrical-coordinate representation of color #53687B: hue angle of 208.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53687B is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 104 123 -
CMYK 0.33 0.15 0 0.52
HSL 208.5º 0.19% 0.4% -
HSV(B) 208.5º 0.33% 0.48% -
XYZ 12.09 13.17 20.64 -
YUV 99.89 141.04 115.96 -
System Red Green Blue C M Y K H S L
Decimal 83 104 123 0.33 0.15 0 0.52 208.5 0.19 0.4
Hex 53 68 7B 21 F 0 34 D0 13 28
Octal 123 150 173 41 17 0 64 320 23 50
Binary 1010011 1101000 1111011 100001 1111 0 110100 11010000 10011 101000

Color Harmonies of #53687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53687B

Black with #53687B

Text Example


Text Example

White with #53687B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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