#495551

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

Shades of Cape Cod #495551

Tints of Cape Cod #495551

Color information

#495551 (or 0x495551) is unknown color: approx Cape Cod. HEX triplet: 49, 55 and 51. RGB value is (73,85,81). Sum of RGB (Red+Green+Blue) = 73+85+81=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 85 - color contains mainly: green. Hex color #495551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495551 is #B6AAAE. Grayscale: #505050. Windows color (decimal): -11971247 or 5330249. OLE color: 5330249.

HSL color Cylindrical-coordinate representation of color #495551: hue angle of 160º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #495551 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB738581-
CMYK0.1400.050.67
HSL160º7.59%30.98%-
HSV(B)160º14.12%33.33%-
XYZ7.488.519.03-
YUV80.96128.02122.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 81 (32.03% from 255) = 33.89%
R=30.54%
G=35.56%
B=33.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385810.1400.050.671607.5930.98
Hex495551E0543a081f
Octal11112512116051032401037
Binary10010011010101101000111100101100001110100000100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495551; }

 p { color: rgb(73,85,81); }

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

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

 a { background-color: rgb(73,85,81); }

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

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

 span { border-color: rgb(73,85,81); }

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