#455D71

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

Shades of Chambray #455D71

Tints of Chambray #455D71

Color information

#455D71 (or 0x455D71) is unknown color: approx Chambray. HEX triplet: 45, 5D and 71. RGB value is (69,93,113). Sum of RGB (Red+Green+Blue) = 69+93+113=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #455D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455D71 is #BAA28E. Grayscale: #585858. Windows color (decimal): -12231311 or 7429445. OLE color: 7429445.

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

Color convert

RGB6993113-
CMYK0.390.1800.56
HSL207.27º24.18%35.69%-
HSV(B)207.27º38.94%44.31%-
XYZ9.3510.2917.12-
YUV88.1142.05114.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.09%
GREEN value IS 93 (36.72% from 255) = 33.82%
BLUE value IS 113 (44.53% from 255) = 41.09%
R=25.09%
G=33.82%
B=41.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69931130.390.1800.56207.2724.1835.69
Hex455D712712038cf1824
Octal10513516147220703173044
Binary1000101101110111100011001111001001110001100111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455D71; }

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

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

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

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

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

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

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

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