#405575

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

Shades of Chambray #405575

Tints of Chambray #405575

Color information

#405575 (or 0x405575) is unknown color: approx Chambray. HEX triplet: 40, 55 and 75. RGB value is (64,85,117). Sum of RGB (Red+Green+Blue) = 64+85+117=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #405575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405575 is #BFAA8A. Grayscale: #525252. Windows color (decimal): -12561035 or 7689536. OLE color: 7689536.

HSL color Cylindrical-coordinate representation of color #405575: hue angle of 216.23º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #405575 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6485117-
CMYK0.450.2700.54
HSL216.23º29.28%35.49%-
HSV(B)216.23º45.3%45.88%-
XYZ8.578.8718.09-
YUV82.37147.54114.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.06%
GREEN value IS 85 (33.59% from 255) = 31.95%
BLUE value IS 117 (46.09% from 255) = 43.98%
R=24.06%
G=31.95%
B=43.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64851170.450.2700.54216.2329.2835.49
Hex4055752D1B036d81d23
Octal10012516555330663303543
Binary1000000101010111101011011011101101101101101100011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405575; }

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

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

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

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

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

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

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

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