#40545B

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

Shades of Casal #40545B

Tints of Casal #40545B

Color information

#40545B (or 0x40545B) is unknown color: approx Casal. HEX triplet: 40, 54 and 5B. RGB value is (64,84,91). Sum of RGB (Red+Green+Blue) = 64+84+91=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 91 - color contains mainly: blue. Hex color #40545B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40545B is #BFABA4. Grayscale: #4E4E4E. Windows color (decimal): -12561317 or 5985344. OLE color: 5985344.

HSL color Cylindrical-coordinate representation of color #40545B: hue angle of 195.56º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40545B is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB648491-
CMYK0.300.0800.64
HSL195.56º17.42%30.39%-
HSV(B)195.56º29.67%35.69%-
XYZ7.178.1911.1-
YUV78.82134.87117.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.78%
GREEN value IS 84 (33.20% from 255) = 35.15%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=26.78%
G=35.15%
B=38.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6484910.300.0800.64195.5617.4230.39
Hex40545B1E8040c4111e
Octal100124133361001003042136
Binary10000001010100101101111110100001000000110001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40545B; }

 p { color: rgb(64,84,91); }

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

<style>
 a { background-color: #40545B; }

 a { background-color: rgb(64,84,91); }

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

<style>
 span { border-color: #40545B; }

 span { border-color: rgb(64,84,91); }

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