Html Css Color HEX #59627A Chambray

📋 copy color: '#59627A'

red 89 ◦ green 98 ◦ blue 122

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

Shades of Chambray #59627A

Tints of Chambray #59627A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.72%

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

R = 28.8%
G = 31.72%
B = 39.48%

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

#59627A (or 0x59627A) is known color: Chambray. HEX triplet: 59, 62 and 7A. RGB value is (89,98,122). Sum of RGB (Red+Green+Blue) = 89+98+122=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: blue. Hex color #59627A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59627A is #A69D85. Grayscale: #616161. Windows color (decimal): -10919302 or 8020569. OLE color: 8020569.

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

Color convert

RGB 89 98 122 -
CMYK 0.27 0.20 0 0.52
HSL 223.64º 0.16% 0.41% -
HSV(B) 223.64º 0.27% 0.48% -
XYZ 12 12.26 20.15 -
YUV 98.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 89 98 122 0.27 0.20 0 0.52 223.64 0.16 0.41
Hex 59 62 7A 1B 14 0 34 E0 10 29
Octal 131 142 172 33 24 0 64 340 20 51
Binary 1011001 1100010 1111010 11011 10100 0 110100 11100000 10000 101001

Color Harmonies of #59627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59627A

Black with #59627A

Text Example


Text Example

White with #59627A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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