#54646B

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

Shades of Fiord #54646B

Tints of Fiord #54646B

Color information

#54646B (or 0x54646B) is unknown color: approx Fiord. HEX triplet: 54, 64 and 6B. RGB value is (84,100,107). Sum of RGB (Red+Green+Blue) = 84+100+107=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 107 - color contains mainly: blue. Hex color #54646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54646B is #AB9B94. Grayscale: #5F5F5F. Windows color (decimal): -11246485 or 7038036. OLE color: 7038036.

HSL color Cylindrical-coordinate representation of color #54646B: hue angle of 198.26º 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 #54646B is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB84100107-
CMYK0.210.0700.58
HSL198.26º12.04%37.45%-
HSV(B)198.26º21.5%41.96%-
XYZ10.8712.0615.67-
YUV96.01134.2119.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.87%
GREEN value IS 100 (39.45% from 255) = 34.36%
BLUE value IS 107 (42.19% from 255) = 36.77%
R=28.87%
G=34.36%
B=36.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal841001070.210.0700.58198.2612.0437.45
Hex54646B15703Ac6c25
Octal1241441532570723061445
Binary101010011001001101011101011110111010110001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54646B; }

 p { color: rgb(84,100,107); }

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

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

 a { background-color: rgb(84,100,107); }

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

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

 span { border-color: rgb(84,100,107); }

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