#40555D

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

Shades of Casal #40555D

Tints of Casal #40555D

Color information

#40555D (or 0x40555D) is unknown color: approx Casal. HEX triplet: 40, 55 and 5D. RGB value is (64,85,93). Sum of RGB (Red+Green+Blue) = 64+85+93=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 93 - color contains mainly: blue. Hex color #40555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40555D is #BFAAA2. Grayscale: #4F4F4F. Windows color (decimal): -12561059 or 6116672. OLE color: 6116672.

HSL color Cylindrical-coordinate representation of color #40555D: hue angle of 196.55º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #40555D is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB648593-
CMYK0.310.0900.64
HSL196.55º18.47%30.78%-
HSV(B)196.55º31.18%36.47%-
XYZ7.348.3811.59-
YUV79.63135.54116.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.45%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 93 (36.72% from 255) = 38.43%
R=26.45%
G=35.12%
B=38.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6485930.310.0900.64196.5518.4730.78
Hex40555D1F9040c5121f
Octal100125135371101003052237
Binary10000001010101101110111111100101000000110001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40555D; }

 p { color: rgb(64,85,93); }

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

<style>
 a { background-color: #40555D; }

 a { background-color: rgb(64,85,93); }

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

<style>
 span { border-color: #40555D; }

 span { border-color: rgb(64,85,93); }

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