#545A57

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

Shades of Cape Cod #545A57

Tints of Cape Cod #545A57

Color information

#545A57 (or 0x545A57) is unknown color: approx Cape Cod. HEX triplet: 54, 5A and 57. RGB value is (84,90,87). Sum of RGB (Red+Green+Blue) = 84+90+87=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 90 - color contains mainly: green. Hex color #545A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A57 is #ABA5A8. Grayscale: #575757. Windows color (decimal): -11249065 or 5724756. OLE color: 5724756.

HSL color Cylindrical-coordinate representation of color #545A57: hue angle of 150º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #545A57 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB849087-
CMYK0.0700.030.65
HSL150º3.45%34.12%-
HSV(B)150º6.67%35.29%-
XYZ9.039.8910.45-
YUV87.86127.51125.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.18%
GREEN value IS 90 (35.55% from 255) = 34.48%
BLUE value IS 87 (34.38% from 255) = 33.33%
R=32.18%
G=34.48%
B=33.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8490870.0700.030.651503.4534.12
Hex545A577034196322
Octal124132127703101226342
Binary10101001011010101011111101110000011001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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