Html Css Color HEX #59617A Chambray

📋 copy color: '#59617A'

red 89 ◦ green 97 ◦ blue 122

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

Shades of Chambray #59617A

Tints of Chambray #59617A

RGB

 RED value IS 89 (35.16% from 255) = 28.9%

 GREEN value IS 97 (38.28% from 255) = 31.49%

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

R = 28.9%
G = 31.49%
B = 39.61%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#59617A (or 0x59617A) is known color: Chambray. HEX triplet: 59, 61 and 7A. RGB value is (89,97,122). Sum of RGB (Red+Green+Blue) = 89+97+122=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #59617A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59617A is #A69E85. Grayscale: #616161. Windows color (decimal): -10919558 or 8020313. OLE color: 8020313.

HSL color Cylindrical-coordinate representation of color #59617A: hue angle of 225.45º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #59617A is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 89 97 122 -
CMYK 0.27 0.20 0 0.52
HSL 225.45º 0.16% 0.41% -
HSV(B) 225.45º 0.27% 0.48% -
XYZ 11.91 12.08 20.12 -
YUV 97.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 89 97 122 0.27 0.20 0 0.52 225.45 0.16 0.41
Hex 59 61 7A 1B 14 0 34 E1 10 29
Octal 131 141 172 33 24 0 64 341 20 51
Binary 1011001 1100001 1111010 11011 10100 0 110100 11100001 10000 101001

Color Harmonies of #59617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59617A

Black with #59617A

Text Example


Text Example

White with #59617A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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