#40556D

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

Shades of Chambray #40556D

Tints of Chambray #40556D

Color information

#40556D (or 0x40556D) is unknown color: approx Chambray. HEX triplet: 40, 55 and 6D. RGB value is (64,85,109). Sum of RGB (Red+Green+Blue) = 64+85+109=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 109 - color contains mainly: blue. Hex color #40556D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40556D is #BFAA92. Grayscale: #515151. Windows color (decimal): -12561043 or 7165248. OLE color: 7165248.

HSL color Cylindrical-coordinate representation of color #40556D: hue angle of 212º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40556D is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6485109-
CMYK0.410.2200.57
HSL212º26.01%33.92%-
HSV(B)212º41.28%42.75%-
XYZ8.128.6915.72-
YUV81.46143.54115.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.81%
GREEN value IS 85 (33.59% from 255) = 32.95%
BLUE value IS 109 (42.97% from 255) = 42.25%
R=24.81%
G=32.95%
B=42.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64851090.410.2200.5721226.0133.92
Hex40556D2916039d41a22
Octal10012515551260713243242
Binary1000000101010111011011010011011001110011101010011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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