Html Css Color HEX #53637D Chambray

📋 copy color: '#53637D'

red 83 ◦ green 99 ◦ blue 125

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

Shades of Chambray #53637D

Tints of Chambray #53637D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.25%

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

R = 27.04%
G = 32.25%
B = 40.72%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53637D (or 0x53637D) is known color: Chambray. HEX triplet: 53, 63 and 7D. RGB value is (83,99,125). Sum of RGB (Red+Green+Blue) = 83+99+125=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 125 - color contains mainly: blue. Hex color #53637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53637D is #AC9C82. Grayscale: #616161. Windows color (decimal): -11312259 or 8217427. OLE color: 8217427.

HSL color Cylindrical-coordinate representation of color #53637D: hue angle of 217.14º 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 #53637D is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 99 125 -
CMYK 0.34 0.21 0 0.51
HSL 217.14º 0.2% 0.41% -
HSV(B) 217.14º 0.34% 0.49% -
XYZ 11.73 12.24 21.15 -
YUV 97.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 83 99 125 0.34 0.21 0 0.51 217.14 0.2 0.41
Hex 53 63 7D 22 15 0 33 D9 14 29
Octal 123 143 175 42 25 0 63 331 24 51
Binary 1010011 1100011 1111101 100010 10101 0 110011 11011001 10100 101001

Color Harmonies of #53637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53637D

Black with #53637D

Text Example


Text Example

White with #53637D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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