#455A87

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

Shades of Chambray #455A87

Tints of Chambray #455A87

Color information

#455A87 (or 0x455A87) is unknown color: approx Chambray. HEX triplet: 45, 5A and 87. RGB value is (69,90,135). Sum of RGB (Red+Green+Blue) = 69+90+135=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #455A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455A87 is #BAA578. Grayscale: #585858. Windows color (decimal): -12232057 or 8870469. OLE color: 8870469.

HSL color Cylindrical-coordinate representation of color #455A87: hue angle of 220.91º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #455A87 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6990135-
CMYK0.490.3300.47
HSL220.91º32.35%40%-
HSV(B)220.91º48.89%52.94%-
XYZ10.4810.3324.36-
YUV88.85154.04113.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.47%
GREEN value IS 90 (35.55% from 255) = 30.61%
BLUE value IS 135 (53.12% from 255) = 45.92%
R=23.47%
G=30.61%
B=45.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69901350.490.3300.47220.9132.3540
Hex455A87312102Fdd2028
Octal10513220761410573354050
Binary1000101101101010000111110001100001010111111011101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,90,135); }

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

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

 a { background-color: rgb(69,90,135); }

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

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

 span { border-color: rgb(69,90,135); }

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