#455871

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

Shades of Chambray #455871

Tints of Chambray #455871

Color information

#455871 (or 0x455871) is unknown color: approx Chambray. HEX triplet: 45, 58 and 71. RGB value is (69,88,113). Sum of RGB (Red+Green+Blue) = 69+88+113=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #455871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455871 is #BAA78E. Grayscale: #555555. Windows color (decimal): -12232591 or 7428165. OLE color: 7428165.

HSL color Cylindrical-coordinate representation of color #455871: hue angle of 214.09º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #455871 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6988113-
CMYK0.390.2200.56
HSL214.09º24.18%35.69%-
HSV(B)214.09º38.94%44.31%-
XYZ8.929.4416.97-
YUV85.17143.71116.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.56%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 113 (44.53% from 255) = 41.85%
R=25.56%
G=32.59%
B=41.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69881130.390.2200.56214.0924.1835.69
Hex4558712716038d61824
Octal10513016147260703263044
Binary1000101101100011100011001111011001110001101011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455871; }

 p { color: rgb(69,88,113); }

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

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

 a { background-color: rgb(69,88,113); }

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

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

 span { border-color: rgb(69,88,113); }

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