#5A6379

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

Shades of Chambray #5A6379

Tints of Chambray #5A6379

Color information

#5A6379 (or 0x5A6379) is unknown color: approx Chambray. HEX triplet: 5A, 63 and 79. RGB value is (90,99,121). Sum of RGB (Red+Green+Blue) = 90+99+121=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 121 - color contains mainly: blue. Hex color #5A6379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6379 is #A59C86. Grayscale: #626262. Windows color (decimal): -10853511 or 7955290. OLE color: 7955290.

HSL color Cylindrical-coordinate representation of color #5A6379: hue angle of 222.58º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A6379 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9099121-
CMYK0.260.1800.53
HSL222.58º14.69%41.37%-
HSV(B)222.58º25.62%47.45%-
XYZ12.1312.4819.86-
YUV98.82140.52121.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.03%
GREEN value IS 99 (39.06% from 255) = 31.94%
BLUE value IS 121 (47.66% from 255) = 39.03%
R=29.03%
G=31.94%
B=39.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90991210.260.1800.53222.5814.6941.37
Hex5A63791A12035dff29
Octal13214317132220653371751
Binary10110101100011111100111010100100110101110111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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