#445575

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

Shades of Chambray #445575

Tints of Chambray #445575

Color information

#445575 (or 0x445575) is unknown color: approx Chambray. HEX triplet: 44, 55 and 75. RGB value is (68,85,117). Sum of RGB (Red+Green+Blue) = 68+85+117=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #445575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445575 is #BBAA8A. Grayscale: #535353. Windows color (decimal): -12298891 or 7689540. OLE color: 7689540.

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

Color convert

RGB6885117-
CMYK0.420.2700.54
HSL219.18º26.49%36.27%-
HSV(B)219.18º41.88%45.88%-
XYZ8.849.0118.1-
YUV83.56146.87116.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.19%
GREEN value IS 85 (33.59% from 255) = 31.48%
BLUE value IS 117 (46.09% from 255) = 43.33%
R=25.19%
G=31.48%
B=43.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68851170.420.2700.54219.1826.4936.27
Hex4455752A1B036db1a24
Octal10412516552330663333244
Binary1000100101010111101011010101101101101101101101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445575; }

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

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

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

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

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

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

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

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