#546167

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

Shades of Fiord #546167

Tints of Fiord #546167

Color information

#546167 (or 0x546167) is unknown color: approx Fiord. HEX triplet: 54, 61 and 67. RGB value is (84,97,103). Sum of RGB (Red+Green+Blue) = 84+97+103=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 103 - color contains mainly: blue. Hex color #546167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546167 is #AB9E98. Grayscale: #5D5D5D. Windows color (decimal): -11247257 or 6775124. OLE color: 6775124.

HSL color Cylindrical-coordinate representation of color #546167: hue angle of 198.95º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #546167 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8497103-
CMYK0.180.0600.60
HSL198.95º10.16%36.67%-
HSV(B)198.95º18.45%40.39%-
XYZ10.3811.4114.49-
YUV93.8133.19121.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.58%
GREEN value IS 97 (38.28% from 255) = 34.15%
BLUE value IS 103 (40.62% from 255) = 36.27%
R=29.58%
G=34.15%
B=36.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84971030.180.0600.60198.9510.1636.67
Hex54616712603Cc7a25
Octal1241411472260743071245
Binary101010011000011100111100101100111100110001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546167; }

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

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

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

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

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

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

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

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