#445571

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

Shades of Chambray #445571

Tints of Chambray #445571

Color information

#445571 (or 0x445571) is unknown color: approx Chambray. HEX triplet: 44, 55 and 71. RGB value is (68,85,113). Sum of RGB (Red+Green+Blue) = 68+85+113=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #445571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445571 is #BBAA8E. Grayscale: #525252. Windows color (decimal): -12298895 or 7427396. OLE color: 7427396.

HSL color Cylindrical-coordinate representation of color #445571: hue angle of 217.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #445571 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6885113-
CMYK0.400.2500.56
HSL217.33º24.86%35.49%-
HSV(B)217.33º39.82%44.31%-
XYZ8.618.9216.89-
YUV83.11144.87117.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.56%
GREEN value IS 85 (33.59% from 255) = 31.95%
BLUE value IS 113 (44.53% from 255) = 42.48%
R=25.56%
G=31.95%
B=42.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68851130.400.2500.56217.3324.8635.49
Hex4455712819038d91923
Octal10412516150310703313143
Binary1000100101010111100011010001100101110001101100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445571; }

 p { color: rgb(68,85,113); }

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

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

 a { background-color: rgb(68,85,113); }

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

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

 span { border-color: rgb(68,85,113); }

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