#40575F

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

Shades of Casal #40575F

Tints of Casal #40575F

Color information

#40575F (or 0x40575F) is unknown color: approx Casal. HEX triplet: 40, 57 and 5F. RGB value is (64,87,95). Sum of RGB (Red+Green+Blue) = 64+87+95=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 95 - color contains mainly: blue. Hex color #40575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40575F is #BFA8A0. Grayscale: #505050. Windows color (decimal): -12560545 or 6248256. OLE color: 6248256.

HSL color Cylindrical-coordinate representation of color #40575F: hue angle of 195.48º 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 #40575F is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB648795-
CMYK0.330.0800.63
HSL195.48º19.5%31.18%-
HSV(B)195.48º32.63%37.25%-
XYZ7.598.7312.11-
YUV81.04135.88115.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 87 (34.38% from 255) = 35.37%
BLUE value IS 95 (37.5% from 255) = 38.62%
R=26.02%
G=35.37%
B=38.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6487950.330.0800.63195.4819.531.18
Hex40575F21803Fc3131f
Octal10012713741100773032337
Binary10000001010111101111110000110000111111110000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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