#5A6279

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

Shades of Chambray #5A6279

Tints of Chambray #5A6279

Color information

#5A6279 (or 0x5A6279) is unknown color: approx Chambray. HEX triplet: 5A, 62 and 79. RGB value is (90,98,121). Sum of RGB (Red+Green+Blue) = 90+98+121=309 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.13% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 121 - color contains mainly: blue. Hex color #5A6279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6279 is #A59D86. Grayscale: #626262. Windows color (decimal): -10853767 or 7955034. OLE color: 7955034.

HSL color Cylindrical-coordinate representation of color #5A6279: hue angle of 224.52º 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 #5A6279 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9098121-
CMYK0.260.1900.53
HSL224.52º14.69%41.37%-
HSV(B)224.52º25.62%47.45%-
XYZ12.0412.2919.83-
YUV98.23140.85122.13-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.13%
GREEN value IS 98 (38.67% from 255) = 31.72%
BLUE value IS 121 (47.66% from 255) = 39.16%
R=29.13%
G=31.72%
B=39.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90981210.260.1900.53224.5214.6941.37
Hex5A62791A13035e1f29
Octal13214217132230653411751
Binary10110101100010111100111010100110110101111000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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