Html Css Color HEX #53637C Chambray

📋 copy color: '#53637C'

red 83 ◦ green 99 ◦ blue 124

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

Shades of Chambray #53637C

Tints of Chambray #53637C

RGB

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

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

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

R = 27.12%
G = 32.35%
B = 40.52%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53637C (or 0x53637C) is known color: Chambray. HEX triplet: 53, 63 and 7C. RGB value is (83,99,124). Sum of RGB (Red+Green+Blue) = 83+99+124=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #53637C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53637C is #AC9C83. Grayscale: #606060. Windows color (decimal): -11312260 or 8151891. OLE color: 8151891.

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

Color convert

RGB 83 99 124 -
CMYK 0.33 0.20 0 0.51
HSL 216.59º 0.2% 0.41% -
HSV(B) 216.59º 0.33% 0.49% -
XYZ 11.67 12.22 20.81 -
YUV 97.07 143.2 117.97 -
System Red Green Blue C M Y K H S L
Decimal 83 99 124 0.33 0.20 0 0.51 216.59 0.2 0.41
Hex 53 63 7C 21 14 0 33 D9 14 29
Octal 123 143 174 41 24 0 63 331 24 51
Binary 1010011 1100011 1111100 100001 10100 0 110011 11011001 10100 101001

Color Harmonies of #53637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53637C

Black with #53637C

Text Example


Text Example

White with #53637C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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