#405B82

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

Shades of Chambray #405B82

Tints of Chambray #405B82

Color information

#405B82 (or 0x405B82) is unknown color: approx Chambray. HEX triplet: 40, 5B and 82. RGB value is (64,91,130). Sum of RGB (Red+Green+Blue) = 64+91+130=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #405B82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405B82 is #BFA47D. Grayscale: #575757. Windows color (decimal): -12559486 or 8543040. OLE color: 8543040.

HSL color Cylindrical-coordinate representation of color #405B82: hue angle of 215.45º 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 #405B82 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6491130-
CMYK0.510.3000.49
HSL215.45º34.02%38.04%-
HSV(B)215.45º50.77%50.98%-
XYZ9.8810.1822.56-
YUV87.37152.05111.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.46%
GREEN value IS 91 (35.94% from 255) = 31.93%
BLUE value IS 130 (51.17% from 255) = 45.61%
R=22.46%
G=31.93%
B=45.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64911300.510.3000.49215.4534.0238.04
Hex405B82331E031d72226
Octal10013320263360613274246
Binary100000010110111000001011001111110011000111010111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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