#5A5E60

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

Shades of Fiord #5A5E60

Tints of Fiord #5A5E60

Color information

#5A5E60 (or 0x5A5E60) is unknown color: approx Fiord. HEX triplet: 5A, 5E and 60. RGB value is (90,94,96). Sum of RGB (Red+Green+Blue) = 90+94+96=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A5E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5E60 is #A5A19F. Grayscale: #5D5D5D. Windows color (decimal): -10854816 or 6315610. OLE color: 6315610.

HSL color Cylindrical-coordinate representation of color #5A5E60: hue angle of 200º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5A5E60 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB909496-
CMYK0.060.0200.62
HSL200º3.23%36.47%-
HSV(B)200º6.25%37.65%-
XYZ10.3311.0212.65-
YUV93.03129.67125.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.14%
GREEN value IS 94 (37.11% from 255) = 33.57%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=32.14%
G=33.57%
B=34.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9094960.060.0200.622003.2336.47
Hex5A5E606203Ec8324
Octal13213614062076310344
Binary1011010101111011000001101001111101100100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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