#5A637C

Color #5A637C Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #5A637C

Tints of Chambray #5A637C

Color information

#5A637C (or 0x5A637C) is unknown color: approx Chambray. HEX triplet: 5A, 63 and 7C. RGB value is (90,99,124). Sum of RGB (Red+Green+Blue) = 90+99+124=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A637C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A637C is #A59C83. Grayscale: #636363. Windows color (decimal): -10853508 or 8151898. OLE color: 8151898.

HSL color Cylindrical-coordinate representation of color #5A637C: hue angle of 224.12º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A637C is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9099124-
CMYK0.270.2000.51
HSL224.12º15.89%41.96%-
HSV(B)224.12º27.42%48.63%-
XYZ12.3212.5520.84-
YUV99.16142.02121.47-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.75%
GREEN value IS 99 (39.06% from 255) = 31.63%
BLUE value IS 124 (48.83% from 255) = 39.62%
R=28.75%
G=31.63%
B=39.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal90991240.270.2000.51224.1215.8941.96
Hex5A637C1B14033e0102a
Octal13214317433240633402052
Binary101101011000111111100110111010001100111110000010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A637C; }

 p { color: rgb(90,99,124); }

 H1.HeaderClassName
 {
   color: #5A637C;
 }
 .AnyTagClassName
 {
   color: #5A637C;
 }
</style>
background-color css

<style>
 a { background-color: #5A637C; }

 a { background-color: rgb(90,99,124); }

 div.DivClassName
 {
   background-color: #5A637C;
 }
 .BgClassName
 {
   background-color: #5A637C;
 }
</style>
border-color css

<style>
 span { border-color: #5A637C; }

 span { border-color: rgb(90,99,124); }

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