#445582

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

Shades of Chambray #445582

Tints of Chambray #445582

Color information

#445582 (or 0x445582) is unknown color: approx Chambray. HEX triplet: 44, 55 and 82. RGB value is (68,85,130). Sum of RGB (Red+Green+Blue) = 68+85+130=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #445582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445582 is #BBAA7D. Grayscale: #545454. Windows color (decimal): -12298878 or 8541508. OLE color: 8541508.

HSL color Cylindrical-coordinate representation of color #445582: hue angle of 223.55º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #445582 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6885130-
CMYK0.480.3500.49
HSL223.55º31.31%38.82%-
HSV(B)223.55º47.69%50.98%-
XYZ9.669.3422.41-
YUV85.05153.37115.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.03%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 130 (51.17% from 255) = 45.94%
R=24.03%
G=30.04%
B=45.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68851300.480.3500.49223.5531.3138.82
Hex4455823023031e01f27
Octal10412520260430613403747
Binary100010010101011000001011000010001101100011110000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445582; }

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

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

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

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

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

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

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

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