#40565B

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

Shades of Casal #40565B

Tints of Casal #40565B

Color information

#40565B (or 0x40565B) is unknown color: approx Casal. HEX triplet: 40, 56 and 5B. RGB value is (64,86,91). Sum of RGB (Red+Green+Blue) = 64+86+91=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 91 - color contains mainly: blue. Hex color #40565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40565B is #BFA9A4. Grayscale: #4F4F4F. Windows color (decimal): -12560805 or 5985856. OLE color: 5985856.

HSL color Cylindrical-coordinate representation of color #40565B: hue angle of 191.11º 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 #40565B is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB648691-
CMYK0.300.0500.64
HSL191.11º17.42%30.39%-
HSV(B)191.11º29.67%35.69%-
XYZ7.338.511.15-
YUV79.99134.21116.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=26.56%
G=35.68%
B=37.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6486910.300.0500.64191.1117.4230.39
Hex40565B1E5040bf111e
Octal10012613336501002772136
Binary1000000101011010110111111010101000000101111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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