#455971

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

Shades of Chambray #455971

Tints of Chambray #455971

Color information

#455971 (or 0x455971) is unknown color: approx Chambray. HEX triplet: 45, 59 and 71. RGB value is (69,89,113). Sum of RGB (Red+Green+Blue) = 69+89+113=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #455971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455971 is #BAA68E. Grayscale: #555555. Windows color (decimal): -12232335 or 7428421. OLE color: 7428421.

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

Color convert

RGB6989113-
CMYK0.390.2100.56
HSL212.73º24.18%35.69%-
HSV(B)212.73º38.94%44.31%-
XYZ9.019.617-
YUV85.76143.37116.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.46%
GREEN value IS 89 (35.16% from 255) = 32.84%
BLUE value IS 113 (44.53% from 255) = 41.70%
R=25.46%
G=32.84%
B=41.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69891130.390.2100.56212.7324.1835.69
Hex4559712715038d51824
Octal10513116147250703253044
Binary1000101101100111100011001111010101110001101010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455971; }

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

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

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

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

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

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

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

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