#455D85

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

Shades of Chambray #455D85

Tints of Chambray #455D85

Color information

#455D85 (or 0x455D85) is unknown color: approx Chambray. HEX triplet: 45, 5D and 85. RGB value is (69,93,133). Sum of RGB (Red+Green+Blue) = 69+93+133=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #455D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455D85 is #BAA27A. Grayscale: #5A5A5A. Windows color (decimal): -12231291 or 8740165. OLE color: 8740165.

HSL color Cylindrical-coordinate representation of color #455D85: hue angle of 217.5º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #455D85 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6993133-
CMYK0.480.3000.48
HSL217.5º31.68%39.61%-
HSV(B)217.5º48.12%52.16%-
XYZ10.610.7923.71-
YUV90.38152.05112.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.39%
GREEN value IS 93 (36.72% from 255) = 31.53%
BLUE value IS 133 (52.34% from 255) = 45.08%
R=23.39%
G=31.53%
B=45.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69931330.480.3000.48217.531.6839.61
Hex455D85301E030da2028
Octal10513520560360603324050
Binary100010110111011000010111000011110011000011011010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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