#40565A

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

Shades of Casal #40565A

Tints of Casal #40565A

Color information

#40565A (or 0x40565A) is unknown color: approx Casal. HEX triplet: 40, 56 and 5A. RGB value is (64,86,90). Sum of RGB (Red+Green+Blue) = 64+86+90=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 90 - color contains mainly: blue. Hex color #40565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40565A is #BFA9A5. Grayscale: #4F4F4F. Windows color (decimal): -12560806 or 5920320. OLE color: 5920320.

HSL color Cylindrical-coordinate representation of color #40565A: hue angle of 189.23º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #40565A is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB648690-
CMYK0.290.0400.65
HSL189.23º16.88%30.2%-
HSV(B)189.23º28.89%35.29%-
XYZ7.298.4810.93-
YUV79.88133.71116.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.67%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 90 (35.55% from 255) = 37.5%
R=26.67%
G=35.83%
B=37.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6486900.290.0400.65189.2316.8830.2
Hex40565A1D4041bd111e
Octal10012613235401012752136
Binary1000000101011010110101110110001000001101111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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