#455571

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

Shades of Chambray #455571

Tints of Chambray #455571

Color information

#455571 (or 0x455571) is unknown color: approx Chambray. HEX triplet: 45, 55 and 71. RGB value is (69,85,113). Sum of RGB (Red+Green+Blue) = 69+85+113=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 113 - color contains mainly: blue. Hex color #455571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455571 is #BAAA8E. Grayscale: #535353. Windows color (decimal): -12233359 or 7427397. OLE color: 7427397.

HSL color Cylindrical-coordinate representation of color #455571: hue angle of 218.18º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #455571 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6985113-
CMYK0.390.2500.56
HSL218.18º24.18%35.69%-
HSV(B)218.18º38.94%44.31%-
XYZ8.688.9516.89-
YUV83.41144.7117.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.84%
GREEN value IS 85 (33.59% from 255) = 31.84%
BLUE value IS 113 (44.53% from 255) = 42.32%
R=25.84%
G=31.84%
B=42.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69851130.390.2500.56218.1824.1835.69
Hex4555712719038da1824
Octal10512516147310703323044
Binary1000101101010111100011001111100101110001101101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455571; }

 p { color: rgb(69,85,113); }

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

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

 a { background-color: rgb(69,85,113); }

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

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

 span { border-color: rgb(69,85,113); }

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