#445583

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

Shades of Chambray #445583

Tints of Chambray #445583

Color information

#445583 (or 0x445583) is unknown color: approx Chambray. HEX triplet: 44, 55 and 83. RGB value is (68,85,131). Sum of RGB (Red+Green+Blue) = 68+85+131=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #445583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445583 is #BBAA7C. Grayscale: #545454. Windows color (decimal): -12298877 or 8607044. OLE color: 8607044.

HSL color Cylindrical-coordinate representation of color #445583: hue angle of 223.81º degrees, saturation: 0.32, 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 #445583 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6885131-
CMYK0.480.3500.49
HSL223.81º31.66%39.02%-
HSV(B)223.81º48.09%51.37%-
XYZ9.739.3622.77-
YUV85.16153.87115.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.94%
GREEN value IS 85 (33.59% from 255) = 29.93%
BLUE value IS 131 (51.56% from 255) = 46.13%
R=23.94%
G=29.93%
B=46.13%

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
Decimal68851310.480.3500.49223.8131.6639.02
Hex4455833023031e02027
Octal10412520360430613404047
Binary1000100101010110000011110000100011011000111100000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445583; }

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

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

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

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

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

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

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

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