#455579

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

Shades of Chambray #455579

Tints of Chambray #455579

Color information

#455579 (or 0x455579) is unknown color: approx Chambray. HEX triplet: 45, 55 and 79. RGB value is (69,85,121). Sum of RGB (Red+Green+Blue) = 69+85+121=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 121 - color contains mainly: blue. Hex color #455579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455579 is #BAAA86. Grayscale: #545454. Windows color (decimal): -12233351 or 7951685. OLE color: 7951685.

HSL color Cylindrical-coordinate representation of color #455579: hue angle of 221.54º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #455579 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6985121-
CMYK0.430.3000.53
HSL221.54º27.37%37.25%-
HSV(B)221.54º42.98%47.45%-
XYZ9.159.1419.37-
YUV84.32148.7117.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.09%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 121 (47.66% from 255) = 44%
R=25.09%
G=30.91%
B=44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69851210.430.3000.53221.5427.3737.25
Hex4555792B1E035de1b25
Octal10512517153360653363345
Binary1000101101010111110011010111111001101011101111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455579; }

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

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

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

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

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

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

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

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