#40575D

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

Shades of Casal #40575D

Tints of Casal #40575D

Color information

#40575D (or 0x40575D) is unknown color: approx Casal. HEX triplet: 40, 57 and 5D. RGB value is (64,87,93). Sum of RGB (Red+Green+Blue) = 64+87+93=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 93 - color contains mainly: blue. Hex color #40575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40575D is #BFA8A2. Grayscale: #505050. Windows color (decimal): -12560547 or 6117184. OLE color: 6117184.

HSL color Cylindrical-coordinate representation of color #40575D: hue angle of 192.41º 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 #40575D is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB648793-
CMYK0.310.0600.64
HSL192.41º18.47%30.78%-
HSV(B)192.41º31.18%36.47%-
XYZ7.58.711.64-
YUV80.81134.88116.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 87 (34.38% from 255) = 35.66%
BLUE value IS 93 (36.72% from 255) = 38.11%
R=26.23%
G=35.66%
B=38.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6487930.310.0600.64192.4118.4730.78
Hex40575D1F6040c0121f
Octal10012713537601003002237
Binary1000000101011110111011111111001000000110000001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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