#455c85

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

Shades of Chambray #455C85

Tints of Chambray #455C85

Color information

#455C85 (or 0x455C85) is unknown color: approx Chambray. HEX triplet: 45, 5C and 85. RGB value is (69,92,133). Sum of RGB (Red+Green+Blue) = 69+92+133=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #455C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455C85 is #BAA37A. Grayscale: #595959. Windows color (decimal): -12231547 or 8739909. OLE color: 8739909.

HSL color Cylindrical-coordinate representation of color #455C85: hue angle of 218.44º 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 #455C85 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6992133-
CMYK0.480.3100.48
HSL218.44º31.68%39.61%-
HSV(B)218.44º48.12%52.16%-
XYZ10.5210.6123.68-
YUV89.8152.38113.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.47%
GREEN value IS 92 (36.33% from 255) = 31.29%
BLUE value IS 133 (52.34% from 255) = 45.24%
R=23.47%
G=31.29%
B=45.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69921330.480.3100.48218.4431.6839.61
Hex455C85301F030da2028
Octal10513420560370603324050
Binary100010110111001000010111000011111011000011011010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455c85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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