Html Css Color HEX #53617C Chambray

📋 copy color: '#53617C'

red 83 ◦ green 97 ◦ blue 124

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

Shades of Chambray #53617C

Tints of Chambray #53617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.91%

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

R = 27.3%
G = 31.91%
B = 40.79%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53617C (or 0x53617C) is known color: Chambray. HEX triplet: 53, 61 and 7C. RGB value is (83,97,124). Sum of RGB (Red+Green+Blue) = 83+97+124=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #53617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53617C is #AC9E83. Grayscale: #5F5F5F. Windows color (decimal): -11312772 or 8151379. OLE color: 8151379.

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

Color convert

RGB 83 97 124 -
CMYK 0.33 0.22 0 0.51
HSL 219.51º 0.2% 0.41% -
HSV(B) 219.51º 0.33% 0.49% -
XYZ 11.48 11.84 20.75 -
YUV 95.89 143.86 118.8 -
System Red Green Blue C M Y K H S L
Decimal 83 97 124 0.33 0.22 0 0.51 219.51 0.2 0.41
Hex 53 61 7C 21 16 0 33 DC 14 29
Octal 123 141 174 41 26 0 63 334 24 51
Binary 1010011 1100001 1111100 100001 10110 0 110011 11011100 10100 101001

Color Harmonies of #53617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53617C

Black with #53617C

Text Example


Text Example

White with #53617C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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