#545C5A

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

Shades of Cape Cod #545C5A

Tints of Cape Cod #545C5A

Color information

#545C5A (or 0x545C5A) is unknown color: approx Cape Cod. HEX triplet: 54, 5C and 5A. RGB value is (84,92,90). Sum of RGB (Red+Green+Blue) = 84+92+90=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 92 - color contains mainly: green. Hex color #545C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545C5A is #ABA3A5. Grayscale: #595959. Windows color (decimal): -11248550 or 5921876. OLE color: 5921876.

HSL color Cylindrical-coordinate representation of color #545C5A: hue angle of 165º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #545C5A is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB849290-
CMYK0.0900.020.64
HSL165º4.55%34.51%-
HSV(B)165º8.7%36.08%-
XYZ9.3310.2811.16-
YUV89.38128.35124.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.58%
GREEN value IS 92 (36.33% from 255) = 34.59%
BLUE value IS 90 (35.55% from 255) = 33.83%
R=31.58%
G=34.59%
B=33.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8492900.0900.020.641654.5534.51
Hex545C5A90240a5523
Octal1241341321102100245543
Binary1010100101110010110101001010100000010100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,92,90); }

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

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

 a { background-color: rgb(84,92,90); }

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

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

 span { border-color: rgb(84,92,90); }

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