#546268

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

Shades of Fiord #546268

Tints of Fiord #546268

Color information

#546268 (or 0x546268) is unknown color: approx Fiord. HEX triplet: 54, 62 and 68. RGB value is (84,98,104). Sum of RGB (Red+Green+Blue) = 84+98+104=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 104 - color contains mainly: blue. Hex color #546268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546268 is #AB9D97. Grayscale: #5E5E5E. Windows color (decimal): -11247000 or 6840916. OLE color: 6840916.

HSL color Cylindrical-coordinate representation of color #546268: hue angle of 198º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #546268 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8498104-
CMYK0.190.0600.59
HSL198º10.64%36.86%-
HSV(B)198º19.23%40.78%-
XYZ10.5211.6214.78-
YUV94.5133.36120.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.37%
GREEN value IS 98 (38.67% from 255) = 34.27%
BLUE value IS 104 (41.02% from 255) = 36.36%
R=29.37%
G=34.27%
B=36.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84981040.190.0600.5919810.6436.86
Hex54626813603Bc6b25
Octal1241421502360733061345
Binary101010011000101101000100111100111011110001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546268; }

 p { color: rgb(84,98,104); }

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

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

 a { background-color: rgb(84,98,104); }

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

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

 span { border-color: rgb(84,98,104); }

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