#455671

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

Shades of Chambray #455671

Tints of Chambray #455671

Color information

#455671 (or 0x455671) is unknown color: approx Chambray. HEX triplet: 45, 56 and 71. RGB value is (69,86,113). Sum of RGB (Red+Green+Blue) = 69+86+113=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #455671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455671 is #BAA98E. Grayscale: #535353. Windows color (decimal): -12233103 or 7427653. OLE color: 7427653.

HSL color Cylindrical-coordinate representation of color #455671: hue angle of 216.82º 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 #455671 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6986113-
CMYK0.390.2400.56
HSL216.82º24.18%35.69%-
HSV(B)216.82º38.94%44.31%-
XYZ8.769.1116.92-
YUV84144.37117.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.75%
GREEN value IS 86 (33.98% from 255) = 32.09%
BLUE value IS 113 (44.53% from 255) = 42.16%
R=25.75%
G=32.09%
B=42.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69861130.390.2400.56216.8224.1835.69
Hex4556712718038d91824
Octal10512616147300703313044
Binary1000101101011011100011001111100001110001101100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455671; }

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

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

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

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

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

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

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

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