Html Css Color HEX #53597A Chambray

📋 copy color: '#53597A'

red 83 ◦ green 89 ◦ blue 122

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

Shades of Chambray #53597A

Tints of Chambray #53597A

RGB

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

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

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

R = 28.23%
G = 30.27%
B = 41.5%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53597A (or 0x53597A) is known color: Chambray. HEX triplet: 53, 59 and 7A. RGB value is (83,89,122). Sum of RGB (Red+Green+Blue) = 83+89+122=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #53597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53597A is #ACA685. Grayscale: #5A5A5A. Windows color (decimal): -11314822 or 8018259. OLE color: 8018259.

HSL color Cylindrical-coordinate representation of color #53597A: hue angle of 230.77º 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 #53597A is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 89 122 -
CMYK 0.32 0.27 0 0.52
HSL 230.77º 0.19% 0.4% -
HSV(B) 230.77º 0.32% 0.48% -
XYZ 10.65 10.39 19.86 -
YUV 90.97 145.51 122.32 -
System Red Green Blue C M Y K H S L
Decimal 83 89 122 0.32 0.27 0 0.52 230.77 0.19 0.4
Hex 53 59 7A 20 1B 0 34 E7 13 28
Octal 123 131 172 40 33 0 64 347 23 50
Binary 1010011 1011001 1111010 100000 11011 0 110100 11100111 10011 101000

Color Harmonies of #53597A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53597A

Black with #53597A

Text Example


Text Example

White with #53597A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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