#495557

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

Shades of Casal #495557

Tints of Casal #495557

Color information

#495557 (or 0x495557) is unknown color: approx Casal. HEX triplet: 49, 55 and 57. RGB value is (73,85,87). Sum of RGB (Red+Green+Blue) = 73+85+87=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 87 - color contains mainly: blue. Hex color #495557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495557 is #B6AAA8. Grayscale: #515151. Windows color (decimal): -11971241 or 5723465. OLE color: 5723465.

HSL color Cylindrical-coordinate representation of color #495557: hue angle of 188.57º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #495557 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB738587-
CMYK0.160.0200.66
HSL188.57º8.75%31.37%-
HSV(B)188.57º16.09%34.12%-
XYZ7.728.610.27-
YUV81.64131.02121.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.80%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 87 (34.38% from 255) = 35.51%
R=29.80%
G=34.69%
B=35.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7385870.160.0200.66188.578.7531.37
Hex495557102042bd91f
Octal11112512720201022751137
Binary10010011010101101011110000100100001010111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495557; }

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

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

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

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

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

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

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

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