Html Css Color HEX #53617A Chambray

📋 copy color: '#53617A'

red 83 ◦ green 97 ◦ blue 122

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

Shades of Chambray #53617A

Tints of Chambray #53617A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.4%

R = 27.48%
G = 32.12%
B = 40.4%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53617A (or 0x53617A) is known color: Chambray. HEX triplet: 53, 61 and 7A. RGB value is (83,97,122). Sum of RGB (Red+Green+Blue) = 83+97+122=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 122 - color contains mainly: blue. Hex color #53617A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53617A is #AC9E85. Grayscale: #5F5F5F. Windows color (decimal): -11312774 or 8020307. OLE color: 8020307.

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

Color convert

RGB 83 97 122 -
CMYK 0.32 0.20 0 0.52
HSL 218.46º 0.19% 0.4% -
HSV(B) 218.46º 0.32% 0.48% -
XYZ 11.35 11.79 20.09 -
YUV 95.66 142.86 118.97 -
System Red Green Blue C M Y K H S L
Decimal 83 97 122 0.32 0.20 0 0.52 218.46 0.19 0.4
Hex 53 61 7A 20 14 0 34 DA 13 28
Octal 123 141 172 40 24 0 64 332 23 50
Binary 1010011 1100001 1111010 100000 10100 0 110100 11011010 10011 101000

Color Harmonies of #53617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53617A

Black with #53617A

Text Example


Text Example

White with #53617A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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