#445573

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

Shades of Chambray #445573

Tints of Chambray #445573

Color information

#445573 (or 0x445573) is unknown color: approx Chambray. HEX triplet: 44, 55 and 73. RGB value is (68,85,115). Sum of RGB (Red+Green+Blue) = 68+85+115=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: blue. Hex color #445573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445573 is #BBAA8C. Grayscale: #535353. Windows color (decimal): -12298893 or 7558468. OLE color: 7558468.

HSL color Cylindrical-coordinate representation of color #445573: hue angle of 218.3º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #445573 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6885115-
CMYK0.410.2600.55
HSL218.3º25.68%35.88%-
HSV(B)218.3º40.87%45.1%-
XYZ8.738.9617.49-
YUV83.34145.87117.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.37%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 115 (45.31% from 255) = 42.91%
R=25.37%
G=31.72%
B=42.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68851150.410.2600.55218.325.6835.88
Hex445573291A037da1a24
Octal10412516351320673323244
Binary1000100101010111100111010011101001101111101101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445573; }

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

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

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

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

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

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

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

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