#40595D

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

Shades of Casal #40595D

Tints of Casal #40595D

Color information

#40595D (or 0x40595D) is unknown color: approx Casal. HEX triplet: 40, 59 and 5D. RGB value is (64,89,93). Sum of RGB (Red+Green+Blue) = 64+89+93=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 93 - color contains mainly: blue. Hex color #40595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40595D is #BFA6A2. Grayscale: #515151. Windows color (decimal): -12560035 or 6117696. OLE color: 6117696.

HSL color Cylindrical-coordinate representation of color #40595D: hue angle of 188.28º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #40595D is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB648993-
CMYK0.310.0400.64
HSL188.28º18.47%30.78%-
HSV(B)188.28º31.18%36.47%-
XYZ7.669.0311.69-
YUV81.98134.22115.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 89 (35.16% from 255) = 36.18%
BLUE value IS 93 (36.72% from 255) = 37.80%
R=26.02%
G=36.18%
B=37.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6489930.310.0400.64188.2818.4730.78
Hex40595D1F4040bc121f
Octal10013113537401002742237
Binary1000000101100110111011111110001000000101111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40595D; }

 p { color: rgb(64,89,93); }

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

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

 a { background-color: rgb(64,89,93); }

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

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

 span { border-color: rgb(64,89,93); }

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