#40595F

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

Shades of Casal #40595F

Tints of Casal #40595F

Color information

#40595F (or 0x40595F) is unknown color: approx Casal. HEX triplet: 40, 59 and 5F. RGB value is (64,89,95). Sum of RGB (Red+Green+Blue) = 64+89+95=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 95 - color contains mainly: blue. Hex color #40595F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40595F is #BFA6A0. Grayscale: #525252. Windows color (decimal): -12560033 or 6248768. OLE color: 6248768.

HSL color Cylindrical-coordinate representation of color #40595F: hue angle of 191.61º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40595F is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB648995-
CMYK0.330.0600.63
HSL191.61º19.5%31.18%-
HSV(B)191.61º32.63%37.25%-
XYZ7.759.0612.17-
YUV82.21135.22115.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.81%
GREEN value IS 89 (35.16% from 255) = 35.89%
BLUE value IS 95 (37.5% from 255) = 38.31%
R=25.81%
G=35.89%
B=38.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6489950.330.0600.63191.6119.531.18
Hex40595F21603Fc0131f
Octal1001311374160773002337
Binary1000000101100110111111000011100111111110000001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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