#455570

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

Shades of Chambray #455570

Tints of Chambray #455570

Color information

#455570 (or 0x455570) is unknown color: approx Chambray. HEX triplet: 45, 55 and 70. RGB value is (69,85,112). Sum of RGB (Red+Green+Blue) = 69+85+112=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #455570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455570 is #BAAA8F. Grayscale: #535353. Windows color (decimal): -12233360 or 7361861. OLE color: 7361861.

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

Color convert

RGB6985112-
CMYK0.380.2400.56
HSL217.67º23.76%35.49%-
HSV(B)217.67º38.39%43.92%-
XYZ8.638.9316.6-
YUV83.29144.2117.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.94%
GREEN value IS 85 (33.59% from 255) = 31.95%
BLUE value IS 112 (44.14% from 255) = 42.11%
R=25.94%
G=31.95%
B=42.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69851120.380.2400.56217.6723.7635.49
Hex4555702618038da1823
Octal10512516046300703323043
Binary1000101101010111100001001101100001110001101101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455570; }

 p { color: rgb(69,85,112); }

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

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

 a { background-color: rgb(69,85,112); }

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

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

 span { border-color: rgb(69,85,112); }

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