#40575E

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

Shades of Casal #40575E

Tints of Casal #40575E

Color information

#40575E (or 0x40575E) is unknown color: approx Casal. HEX triplet: 40, 57 and 5E. RGB value is (64,87,94). Sum of RGB (Red+Green+Blue) = 64+87+94=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 94 - color contains mainly: blue. Hex color #40575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40575E is #BFA8A1. Grayscale: #505050. Windows color (decimal): -12560546 or 6182720. OLE color: 6182720.

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

Color convert

RGB648794-
CMYK0.320.0700.63
HSL194º18.99%30.98%-
HSV(B)194º31.91%36.86%-
XYZ7.548.7111.87-
YUV80.92135.38115.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 87 (34.38% from 255) = 35.51%
BLUE value IS 94 (37.11% from 255) = 38.37%
R=26.12%
G=35.51%
B=38.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6487940.320.0700.6319418.9930.98
Hex40575E20703Fc2131f
Octal1001271364070773022337
Binary1000000101011110111101000001110111111110000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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