Html Css Color HEX #53597B Chambray

📋 copy color: '#53597B'

red 83 ◦ green 89 ◦ blue 123

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

Shades of Chambray #53597B

Tints of Chambray #53597B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.69%

R = 28.14%
G = 30.17%
B = 41.69%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53597B (or 0x53597B) is known color: Chambray. HEX triplet: 53, 59 and 7B. RGB value is (83,89,123). Sum of RGB (Red+Green+Blue) = 83+89+123=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 123 - color contains mainly: blue. Hex color #53597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53597B is #ACA684. Grayscale: #5A5A5A. Windows color (decimal): -11314821 or 8083795. OLE color: 8083795.

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

Color convert

RGB 83 89 123 -
CMYK 0.33 0.28 0 0.52
HSL 231º 0.19% 0.4% -
HSV(B) 231º 0.33% 0.48% -
XYZ 10.71 10.41 20.18 -
YUV 91.08 146.01 122.24 -
System Red Green Blue C M Y K H S L
Decimal 83 89 123 0.33 0.28 0 0.52 231 0.19 0.4
Hex 53 59 7B 21 1C 0 34 E7 13 28
Octal 123 131 173 41 34 0 64 347 23 50
Binary 1010011 1011001 1111011 100001 11100 0 110100 11100111 10011 101000

Color Harmonies of #53597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53597B

Black with #53597B

Text Example


Text Example

White with #53597B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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