#45567D

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

Shades of Chambray #45567D

Tints of Chambray #45567D

Color information

#45567D (or 0x45567D) is unknown color: approx Chambray. HEX triplet: 45, 56 and 7D. RGB value is (69,86,125). Sum of RGB (Red+Green+Blue) = 69+86+125=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 125 - color contains mainly: blue. Hex color #45567D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45567D is #BAA982. Grayscale: #555555. Windows color (decimal): -12233091 or 8214085. OLE color: 8214085.

HSL color Cylindrical-coordinate representation of color #45567D: hue angle of 221.79º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #45567D is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6986125-
CMYK0.450.3100.51
HSL221.79º28.87%38.04%-
HSV(B)221.79º44.8%49.02%-
XYZ9.489.420.72-
YUV85.36150.37116.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.64%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 125 (49.22% from 255) = 44.64%
R=24.64%
G=30.71%
B=44.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69861250.450.3100.51221.7928.8738.04
Hex45567D2D1F033de1d26
Octal10512617555370633363546
Binary1000101101011011111011011011111101100111101111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45567D; }

 p { color: rgb(69,86,125); }

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

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

 a { background-color: rgb(69,86,125); }

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

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

 span { border-color: rgb(69,86,125); }

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