#45557A

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

Shades of Chambray #45557A

Tints of Chambray #45557A

Color information

#45557A (or 0x45557A) is unknown color: approx Chambray. HEX triplet: 45, 55 and 7A. RGB value is (69,85,122). Sum of RGB (Red+Green+Blue) = 69+85+122=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 122 - color contains mainly: blue. Hex color #45557A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45557A is #BAAA85. Grayscale: #545454. Windows color (decimal): -12233350 or 8017221. OLE color: 8017221.

HSL color Cylindrical-coordinate representation of color #45557A: hue angle of 221.89º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #45557A is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6985122-
CMYK0.430.3000.52
HSL221.89º27.75%37.45%-
HSV(B)221.89º43.44%47.84%-
XYZ9.229.1719.7-
YUV84.43149.2116.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 122 (48.05% from 255) = 44.20%
R=25%
G=30.80%
B=44.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69851220.430.3000.52221.8927.7537.45
Hex45557A2B1E034de1c25
Octal10512517253360643363445
Binary1000101101010111110101010111111001101001101111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45557A; }

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

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

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

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

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

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

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

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