Html Css Color HEX #53597D Chambray

📋 copy color: '#53597D'

red 83 ◦ green 89 ◦ blue 125

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

Shades of Chambray #53597D

Tints of Chambray #53597D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.09%

R = 27.95%
G = 29.97%
B = 42.09%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53597D (or 0x53597D) is known color: Chambray. HEX triplet: 53, 59 and 7D. RGB value is (83,89,125). Sum of RGB (Red+Green+Blue) = 83+89+125=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 125 - color contains mainly: blue. Hex color #53597D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53597D is #ACA682. Grayscale: #5B5B5B. Windows color (decimal): -11314819 or 8214867. OLE color: 8214867.

HSL color Cylindrical-coordinate representation of color #53597D: hue angle of 231.43º degrees, saturation: 0.2, 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 #53597D is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 89 125 -
CMYK 0.34 0.29 0 0.51
HSL 231.43º 0.2% 0.41% -
HSV(B) 231.43º 0.34% 0.49% -
XYZ 10.84 10.46 20.85 -
YUV 91.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 83 89 125 0.34 0.29 0 0.51 231.43 0.2 0.41
Hex 53 59 7D 22 1D 0 33 E7 14 29
Octal 123 131 175 42 35 0 63 347 24 51
Binary 1010011 1011001 1111101 100010 11101 0 110011 11100111 10100 101001

Color Harmonies of #53597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53597D

Black with #53597D

Text Example


Text Example

White with #53597D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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