#405A83

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

Shades of Chambray #405A83

Tints of Chambray #405A83

Color information

#405A83 (or 0x405A83) is unknown color: approx Chambray. HEX triplet: 40, 5A and 83. RGB value is (64,90,131). Sum of RGB (Red+Green+Blue) = 64+90+131=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #405A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405A83 is #BFA57C. Grayscale: #565656. Windows color (decimal): -12559741 or 8608320. OLE color: 8608320.

HSL color Cylindrical-coordinate representation of color #405A83: hue angle of 216.72º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #405A83 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6490131-
CMYK0.510.3100.49
HSL216.72º34.36%38.24%-
HSV(B)216.72º51.15%51.37%-
XYZ9.8710.0422.89-
YUV86.9152.89111.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.46%
GREEN value IS 90 (35.55% from 255) = 31.58%
BLUE value IS 131 (51.56% from 255) = 45.96%
R=22.46%
G=31.58%
B=45.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64901310.510.3100.49216.7234.3638.24
Hex405A83331F031d92226
Octal10013220363370613314246
Binary100000010110101000001111001111111011000111011001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405A83; }

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

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

<style>
 a { background-color: #405A83; }

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

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

<style>
 span { border-color: #405A83; }

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

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