#545F68

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

Shades of Fiord #545F68

Tints of Fiord #545F68

Color information

#545F68 (or 0x545F68) is unknown color: approx Fiord. HEX triplet: 54, 5F and 68. RGB value is (84,95,104). Sum of RGB (Red+Green+Blue) = 84+95+104=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 104 - color contains mainly: blue. Hex color #545F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545F68 is #ABA097. Grayscale: #5C5C5C. Windows color (decimal): -11247768 or 6840148. OLE color: 6840148.

HSL color Cylindrical-coordinate representation of color #545F68: hue angle of 207º 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 #545F68 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8495104-
CMYK0.190.0900.59
HSL207º10.64%36.86%-
HSV(B)207º19.23%40.78%-
XYZ10.2511.0714.69-
YUV92.74134.36121.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.68%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 104 (41.02% from 255) = 36.75%
R=29.68%
G=33.57%
B=36.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84951040.190.0900.5920710.6436.86
Hex545F6813903Bcfb25
Octal12413715023110733171345
Binary1010100101111111010001001110010111011110011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545F68; }

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

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

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

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

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

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

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

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