#455873

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

Shades of Chambray #455873

Tints of Chambray #455873

Color information

#455873 (or 0x455873) is unknown color: approx Chambray. HEX triplet: 45, 58 and 73. RGB value is (69,88,115). Sum of RGB (Red+Green+Blue) = 69+88+115=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #455873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455873 is #BAA78C. Grayscale: #555555. Windows color (decimal): -12232589 or 7559237. OLE color: 7559237.

HSL color Cylindrical-coordinate representation of color #455873: hue angle of 215.22º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #455873 is Cyan = 0.4, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6988115-
CMYK0.40.2300.55
HSL215.22º25%36.08%-
HSV(B)215.22º40%45.1%-
XYZ9.049.4817.57-
YUV85.4144.71116.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.37%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 115 (45.31% from 255) = 42.28%
R=25.37%
G=32.35%
B=42.28%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69881150.40.2300.55215.222536.08
Hex4558732817037d71924
Octal10513016350270673273144
Binary1000101101100011100111010001011101101111101011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455873; }

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

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

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

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

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

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

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

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