#455F82

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

Shades of Chambray #455F82

Tints of Chambray #455F82

Color information

#455F82 (or 0x455F82) is unknown color: approx Chambray. HEX triplet: 45, 5F and 82. RGB value is (69,95,130). Sum of RGB (Red+Green+Blue) = 69+95+130=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #455F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455F82 is #BAA07D. Grayscale: #5B5B5B. Windows color (decimal): -12230782 or 8544069. OLE color: 8544069.

HSL color Cylindrical-coordinate representation of color #455F82: hue angle of 214.43º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #455F82 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6995130-
CMYK0.470.2700.49
HSL214.43º30.65%39.02%-
HSV(B)214.43º46.92%50.98%-
XYZ10.5811.0622.7-
YUV91.22149.89112.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.47%
GREEN value IS 95 (37.5% from 255) = 32.31%
BLUE value IS 130 (51.17% from 255) = 44.22%
R=23.47%
G=32.31%
B=44.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69951300.470.2700.49214.4330.6539.02
Hex455F822F1B031d61f27
Octal10513720257330613263747
Binary10001011011111100000101011111101101100011101011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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