#54595D

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

Shades of Fiord #54595D

Tints of Fiord #54595D

Color information

#54595D (or 0x54595D) is unknown color: approx Fiord. HEX triplet: 54, 59 and 5D. RGB value is (84,89,93). Sum of RGB (Red+Green+Blue) = 84+89+93=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 93 - color contains mainly: blue. Hex color #54595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54595D is #ABA6A2. Grayscale: #575757. Windows color (decimal): -11249315 or 6117716. OLE color: 6117716.

HSL color Cylindrical-coordinate representation of color #54595D: hue angle of 206.67º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #54595D is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB848993-
CMYK0.100.0400.64
HSL206.67º5.08%34.71%-
HSV(B)206.67º9.68%36.47%-
XYZ9.29.8211.77-
YUV87.96130.84125.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.58%
GREEN value IS 89 (35.16% from 255) = 33.46%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=31.58%
G=33.46%
B=34.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8489930.100.0400.64206.675.0834.71
Hex54595DA4040cf523
Octal1241311351240100317543
Binary10101001011001101110110101000100000011001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54595D; }

 p { color: rgb(84,89,93); }

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

<style>
 a { background-color: #54595D; }

 a { background-color: rgb(84,89,93); }

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

<style>
 span { border-color: #54595D; }

 span { border-color: rgb(84,89,93); }

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