#455985

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

Shades of Chambray #455985

Tints of Chambray #455985

Color information

#455985 (or 0x455985) is unknown color: approx Chambray. HEX triplet: 45, 59 and 85. RGB value is (69,89,133). Sum of RGB (Red+Green+Blue) = 69+89+133=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #455985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455985 is #BAA67A. Grayscale: #575757. Windows color (decimal): -12232315 or 8739141. OLE color: 8739141.

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

Color convert

RGB6989133-
CMYK0.480.3300.48
HSL221.25º31.68%39.61%-
HSV(B)221.25º48.12%52.16%-
XYZ10.2610.123.6-
YUV88.04153.37114.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.71%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 133 (52.34% from 255) = 45.70%
R=23.71%
G=30.58%
B=45.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69891330.480.3300.48221.2531.6839.61
Hex4559853021030dd2028
Octal10513120560410603354050
Binary1000101101100110000101110000100001011000011011101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455985; }

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

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

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

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

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

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

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

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