#40585E

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

Shades of Casal #40585E

Tints of Casal #40585E

Color information

#40585E (or 0x40585E) is unknown color: approx Casal. HEX triplet: 40, 58 and 5E. RGB value is (64,88,94). Sum of RGB (Red+Green+Blue) = 64+88+94=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 94 - color contains mainly: blue. Hex color #40585E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40585E is #BFA7A1. Grayscale: #515151. Windows color (decimal): -12560290 or 6182976. OLE color: 6182976.

HSL color Cylindrical-coordinate representation of color #40585E: hue angle of 192º 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 #40585E is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB648894-
CMYK0.320.0600.63
HSL192º18.99%30.98%-
HSV(B)192º31.91%36.86%-
XYZ7.628.8811.9-
YUV81.51135.05115.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 94 (37.11% from 255) = 38.21%
R=26.02%
G=35.77%
B=38.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6488940.320.0600.6319218.9930.98
Hex40585E20603Fc0131f
Octal1001301364060773002337
Binary1000000101100010111101000001100111111110000001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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