#5A6176

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

Shades of Chambray #5A6176

Tints of Chambray #5A6176

Color information

#5A6176 (or 0x5A6176) is unknown color: approx Chambray. HEX triplet: 5A, 61 and 76. RGB value is (90,97,118). Sum of RGB (Red+Green+Blue) = 90+97+118=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A6176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6176 is #A59E89. Grayscale: #616161. Windows color (decimal): -10854026 or 7758170. OLE color: 7758170.

HSL color Cylindrical-coordinate representation of color #5A6176: hue angle of 225º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A6176 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9097118-
CMYK0.240.1800.54
HSL225º13.46%40.78%-
HSV(B)225º23.73%46.27%-
XYZ11.7612.0318.84-
YUV97.3139.68122.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.51%
GREEN value IS 97 (38.28% from 255) = 31.80%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=29.51%
G=31.80%
B=38.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90971180.240.1800.5422513.4640.78
Hex5A61761812036e1d29
Octal13214116630220663411551
Binary10110101100001111011011000100100110110111000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,97,118); }

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

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

 a { background-color: rgb(90,97,118); }

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

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

 span { border-color: rgb(90,97,118); }

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