#546664

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

Shades of William #546664

Tints of William #546664

Color information

#546664 (or 0x546664) is unknown color: approx William. HEX triplet: 54, 66 and 64. RGB value is (84,102,100). Sum of RGB (Red+Green+Blue) = 84+102+100=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 102 - color contains mainly: green. Hex color #546664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546664 is #AB999B. Grayscale: #606060. Windows color (decimal): -11245980 or 6579796. OLE color: 6579796.

HSL color Cylindrical-coordinate representation of color #546664: hue angle of 173.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #546664 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB84102100-
CMYK0.1800.020.6
HSL173.33º9.68%36.47%-
HSV(B)173.33º17.65%40%-
XYZ10.7112.3113.87-
YUV96.39130.04119.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.37%
GREEN value IS 102 (40.23% from 255) = 35.66%
BLUE value IS 100 (39.45% from 255) = 34.97%
R=29.37%
G=35.66%
B=34.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal841021000.1800.020.6173.339.6836.47
Hex54666412023Cada24
Octal1241461442202742551244
Binary10101001100110110010010010010111100101011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546664; }

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

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

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

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

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

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

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

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