#445577

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

Shades of Chambray #445577

Tints of Chambray #445577

Color information

#445577 (or 0x445577) is unknown color: approx Chambray. HEX triplet: 44, 55 and 77. RGB value is (68,85,119). Sum of RGB (Red+Green+Blue) = 68+85+119=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #445577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445577 is #BBAA88. Grayscale: #535353. Windows color (decimal): -12298889 or 7820612. OLE color: 7820612.

HSL color Cylindrical-coordinate representation of color #445577: hue angle of 220º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #445577 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6885119-
CMYK0.430.2900.53
HSL220º27.27%36.67%-
HSV(B)220º42.86%46.67%-
XYZ8.969.0618.73-
YUV83.79147.87116.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 119 (46.88% from 255) = 43.75%
R=25%
G=31.25%
B=43.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68851190.430.2900.5322027.2736.67
Hex4455772B1D035dc1b25
Octal10412516753350653343345
Binary1000100101010111101111010111110101101011101110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445577; }

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

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

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

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

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

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

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

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