Html Css Color HEX #53597E Chambray

📋 copy color: '#53597E'

red 83 ◦ green 89 ◦ blue 126

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

Shades of Chambray #53597E

Tints of Chambray #53597E

RGB

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

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

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

R = 27.85%
G = 29.87%
B = 42.28%

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

#53597E (or 0x53597E) is known color: Chambray. HEX triplet: 53, 59 and 7E. RGB value is (83,89,126). Sum of RGB (Red+Green+Blue) = 83+89+126=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 126 (49.61% from 255 or 42.28% from 298); Max value from RGB is 126 - color contains mainly: blue. Hex color #53597E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53597E is #ACA681. Grayscale: #5B5B5B. Windows color (decimal): -11314818 or 8280403. OLE color: 8280403.

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

Color convert

RGB 83 89 126 -
CMYK 0.34 0.29 0 0.51
HSL 231.63º 0.21% 0.41% -
HSV(B) 231.63º 0.34% 0.49% -
XYZ 10.91 10.49 21.19 -
YUV 91.42 147.51 121.99 -
System Red Green Blue C M Y K H S L
Decimal 83 89 126 0.34 0.29 0 0.51 231.63 0.21 0.41
Hex 53 59 7E 22 1D 0 33 E8 15 29
Octal 123 131 176 42 35 0 63 350 25 51
Binary 1010011 1011001 1111110 100010 11101 0 110011 11101000 10101 101001

Color Harmonies of #53597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53597E

Black with #53597E

Text Example


Text Example

White with #53597E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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