#5A5D6A

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

Shades of Bright Grey #5A5D6A

Tints of Bright Grey #5A5D6A

Color information

#5A5D6A (or 0x5A5D6A) is unknown color: approx Bright Grey. HEX triplet: 5A, 5D and 6A. RGB value is (90,93,106). Sum of RGB (Red+Green+Blue) = 90+93+106=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 106 - color contains mainly: blue. Hex color #5A5D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5D6A is #A5A295. Grayscale: #5D5D5D. Windows color (decimal): -10855062 or 6970714. OLE color: 6970714.

HSL color Cylindrical-coordinate representation of color #5A5D6A: hue angle of 228.75º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5A5D6A is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9093106-
CMYK0.150.1200.58
HSL228.75º8.16%38.43%-
HSV(B)228.75º15.09%41.57%-
XYZ10.7311.0415.2-
YUV93.58135.01125.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.14%
GREEN value IS 93 (36.72% from 255) = 32.18%
BLUE value IS 106 (41.80% from 255) = 36.68%
R=31.14%
G=32.18%
B=36.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90931060.150.1200.58228.758.1638.43
Hex5A5D6AFC03Ae5826
Octal13213515217140723451046
Binary101101010111011101010111111000111010111001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,93,106); }

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

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

 a { background-color: rgb(90,93,106); }

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

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

 span { border-color: rgb(90,93,106); }

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