Html Css Color HEX #53617E Chambray

📋 copy color: '#53617E'

red 83 ◦ green 97 ◦ blue 126

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

Shades of Chambray #53617E

Tints of Chambray #53617E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.18%

R = 27.12%
G = 31.7%
B = 41.18%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53617E (or 0x53617E) is known color: Chambray. HEX triplet: 53, 61 and 7E. RGB value is (83,97,126). Sum of RGB (Red+Green+Blue) = 83+97+126=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 126 - color contains mainly: blue. Hex color #53617E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53617E is #AC9E81. Grayscale: #5F5F5F. Windows color (decimal): -11312770 or 8282451. OLE color: 8282451.

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

Color convert

RGB 83 97 126 -
CMYK 0.34 0.23 0 0.51
HSL 220.47º 0.21% 0.41% -
HSV(B) 220.47º 0.34% 0.49% -
XYZ 11.61 11.89 21.42 -
YUV 96.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 83 97 126 0.34 0.23 0 0.51 220.47 0.21 0.41
Hex 53 61 7E 22 17 0 33 DC 15 29
Octal 123 141 176 42 27 0 63 334 25 51
Binary 1010011 1100001 1111110 100010 10111 0 110011 11011100 10101 101001

Color Harmonies of #53617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53617E

Black with #53617E

Text Example


Text Example

White with #53617E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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