Html Css Color HEX #53597C Chambray

📋 copy color: '#53597C'

red 83 ◦ green 89 ◦ blue 124

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

Shades of Chambray #53597C

Tints of Chambray #53597C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.07%

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

R = 28.04%
G = 30.07%
B = 41.89%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53597C (or 0x53597C) is known color: Chambray. HEX triplet: 53, 59 and 7C. RGB value is (83,89,124). Sum of RGB (Red+Green+Blue) = 83+89+124=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #53597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53597C is #ACA683. Grayscale: #5B5B5B. Windows color (decimal): -11314820 or 8149331. OLE color: 8149331.

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

Color convert

RGB 83 89 124 -
CMYK 0.33 0.28 0 0.51
HSL 231.22º 0.2% 0.41% -
HSV(B) 231.22º 0.33% 0.49% -
XYZ 10.78 10.44 20.52 -
YUV 91.2 146.51 122.15 -
System Red Green Blue C M Y K H S L
Decimal 83 89 124 0.33 0.28 0 0.51 231.22 0.2 0.41
Hex 53 59 7C 21 1C 0 33 E7 14 29
Octal 123 131 174 41 34 0 63 347 24 51
Binary 1010011 1011001 1111100 100001 11100 0 110011 11100111 10100 101001

Color Harmonies of #53597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53597C

Black with #53597C

Text Example


Text Example

White with #53597C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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