#455576

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

Shades of Chambray #455576

Tints of Chambray #455576

Color information

#455576 (or 0x455576) is unknown color: approx Chambray. HEX triplet: 45, 55 and 76. RGB value is (69,85,118). Sum of RGB (Red+Green+Blue) = 69+85+118=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #455576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455576 is #BAAA89. Grayscale: #535353. Windows color (decimal): -12233354 or 7755077. OLE color: 7755077.

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

Color convert

RGB6985118-
CMYK0.420.2800.54
HSL220.41º26.2%36.67%-
HSV(B)220.41º41.53%46.27%-
XYZ8.979.0718.42-
YUV83.98147.2117.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.37%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 118 (46.48% from 255) = 43.38%
R=25.37%
G=31.25%
B=43.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69851180.420.2800.54220.4126.236.67
Hex4555762A1C036dc1a25
Octal10512516652340663343245
Binary1000101101010111101101010101110001101101101110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455576; }

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

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

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

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

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

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

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

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