#546065

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

Shades of Fiord #546065

Tints of Fiord #546065

Color information

#546065 (or 0x546065) is unknown color: approx Fiord. HEX triplet: 54, 60 and 65. RGB value is (84,96,101). Sum of RGB (Red+Green+Blue) = 84+96+101=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 101 - color contains mainly: blue. Hex color #546065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546065 is #AB9F9A. Grayscale: #5C5C5C. Windows color (decimal): -11247515 or 6643796. OLE color: 6643796.

HSL color Cylindrical-coordinate representation of color #546065: hue angle of 197.65º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #546065 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8496101-
CMYK0.170.0500.60
HSL197.65º9.19%36.27%-
HSV(B)197.65º16.83%39.61%-
XYZ10.1911.1913.93-
YUV92.98132.52121.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.89%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=29.89%
G=34.16%
B=35.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84961010.170.0500.60197.659.1936.27
Hex54606511503Cc6924
Octal1241401452150743061144
Binary101010011000001100101100011010111100110001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546065; }

 p { color: rgb(84,96,101); }

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

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

 a { background-color: rgb(84,96,101); }

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

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

 span { border-color: rgb(84,96,101); }

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