#54636C

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

Shades of Fiord #54636C

Tints of Fiord #54636C

Color information

#54636C (or 0x54636C) is unknown color: approx Fiord. HEX triplet: 54, 63 and 6C. RGB value is (84,99,108). Sum of RGB (Red+Green+Blue) = 84+99+108=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 108 - color contains mainly: blue. Hex color #54636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54636C is #AB9C93. Grayscale: #5F5F5F. Windows color (decimal): -11246740 or 7103316. OLE color: 7103316.

HSL color Cylindrical-coordinate representation of color #54636C: hue angle of 202.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #54636C is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8499108-
CMYK0.220.0800.58
HSL202.5º12.5%37.65%-
HSV(B)202.5º22.22%42.35%-
XYZ10.8211.8915.91-
YUV95.54135.03119.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.87%
GREEN value IS 99 (39.06% from 255) = 34.02%
BLUE value IS 108 (42.58% from 255) = 37.11%
R=28.87%
G=34.02%
B=37.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84991080.220.0800.58202.512.537.65
Hex54636C16803Acac26
Octal12414315426100723121446
Binary1010100110001111011001011010000111010110010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54636C; }

 p { color: rgb(84,99,108); }

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

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

 a { background-color: rgb(84,99,108); }

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

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

 span { border-color: rgb(84,99,108); }

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