#5A6063

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

Shades of Fiord #5A6063

Tints of Fiord #5A6063

Color information

#5A6063 (or 0x5A6063) is unknown color: approx Fiord. HEX triplet: 5A, 60 and 63. RGB value is (90,96,99). Sum of RGB (Red+Green+Blue) = 90+96+99=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A6063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6063 is #A59F9C. Grayscale: #5E5E5E. Windows color (decimal): -10854301 or 6512730. OLE color: 6512730.

HSL color Cylindrical-coordinate representation of color #5A6063: hue angle of 200º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5A6063 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB909699-
CMYK0.090.0300.61
HSL200º4.76%37.06%-
HSV(B)200º9.09%38.82%-
XYZ10.6511.4413.45-
YUV94.55130.51124.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.58%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 99 (39.06% from 255) = 34.74%
R=31.58%
G=33.68%
B=34.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9096990.090.0300.612004.7637.06
Hex5A60639303Dc8525
Octal132140143113075310545
Binary101101011000001100011100111011110111001000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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