#54616A

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

Shades of Fiord #54616A

Tints of Fiord #54616A

Color information

#54616A (or 0x54616A) is unknown color: approx Fiord. HEX triplet: 54, 61 and 6A. RGB value is (84,97,106). Sum of RGB (Red+Green+Blue) = 84+97+106=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 106 - color contains mainly: blue. Hex color #54616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54616A is #AB9E95. Grayscale: #5E5E5E. Windows color (decimal): -11247254 or 6971732. OLE color: 6971732.

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

Color convert

RGB8497106-
CMYK0.210.0800.58
HSL204.55º11.58%37.25%-
HSV(B)204.55º20.75%41.57%-
XYZ10.5311.4715.3-
YUV94.14134.69120.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.27%
GREEN value IS 97 (38.28% from 255) = 33.80%
BLUE value IS 106 (41.80% from 255) = 36.93%
R=29.27%
G=33.80%
B=36.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84971060.210.0800.58204.5511.5837.25
Hex54616A15803Acdc25
Octal12414115225100723151445
Binary1010100110000111010101010110000111010110011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54616A; }

 p { color: rgb(84,97,106); }

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

<style>
 a { background-color: #54616A; }

 a { background-color: rgb(84,97,106); }

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

<style>
 span { border-color: #54616A; }

 span { border-color: rgb(84,97,106); }

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