#455775

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

Shades of Chambray #455775

Tints of Chambray #455775

Color information

#455775 (or 0x455775) is unknown color: approx Chambray. HEX triplet: 45, 57 and 75. RGB value is (69,87,117). Sum of RGB (Red+Green+Blue) = 69+87+117=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #455775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455775 is #BAA88A. Grayscale: #545454. Windows color (decimal): -12232843 or 7690053. OLE color: 7690053.

HSL color Cylindrical-coordinate representation of color #455775: hue angle of 217.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #455775 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6987117-
CMYK0.410.2600.54
HSL217.5º25.81%36.47%-
HSV(B)217.5º41.03%45.88%-
XYZ9.079.3718.16-
YUV85.04146.04116.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.27%
GREEN value IS 87 (34.38% from 255) = 31.87%
BLUE value IS 117 (46.09% from 255) = 42.86%
R=25.27%
G=31.87%
B=42.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69871170.410.2600.54217.525.8136.47
Hex455775291A036da1a24
Octal10512716551320663323244
Binary1000101101011111101011010011101001101101101101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455775; }

 p { color: rgb(69,87,117); }

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

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

 a { background-color: rgb(69,87,117); }

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

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

 span { border-color: rgb(69,87,117); }

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