#455F85

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

Shades of Chambray #455F85

Tints of Chambray #455F85

Color information

#455F85 (or 0x455F85) is unknown color: approx Chambray. HEX triplet: 45, 5F and 85. RGB value is (69,95,133). Sum of RGB (Red+Green+Blue) = 69+95+133=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #455F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455F85 is #BAA07A. Grayscale: #5B5B5B. Windows color (decimal): -12230779 or 8740677. OLE color: 8740677.

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

Color convert

RGB6995133-
CMYK0.480.2900.48
HSL215.62º31.68%39.61%-
HSV(B)215.62º48.12%52.16%-
XYZ10.7811.1423.77-
YUV91.56151.39111.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.23%
GREEN value IS 95 (37.5% from 255) = 31.99%
BLUE value IS 133 (52.34% from 255) = 44.78%
R=23.23%
G=31.99%
B=44.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69951330.480.2900.48215.6231.6839.61
Hex455F85301D030d82028
Octal10513720560350603304050
Binary100010110111111000010111000011101011000011011000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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