#455581

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

Shades of Chambray #455581

Tints of Chambray #455581

Color information

#455581 (or 0x455581) is unknown color: approx Chambray. HEX triplet: 45, 55 and 81. RGB value is (69,85,129). Sum of RGB (Red+Green+Blue) = 69+85+129=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #455581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455581 is #BAAA7E. Grayscale: #555555. Windows color (decimal): -12233343 or 8475973. OLE color: 8475973.

HSL color Cylindrical-coordinate representation of color #455581: hue angle of 224º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #455581 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6985129-
CMYK0.470.3400.49
HSL224º30.3%38.82%-
HSV(B)224º46.51%50.59%-
XYZ9.679.3522.06-
YUV85.23152.7116.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.38%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 129 (50.78% from 255) = 45.58%
R=24.38%
G=30.04%
B=45.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69851290.470.3400.4922430.338.82
Hex4555812F22031e01e27
Octal10512520157420613403647
Binary100010110101011000000110111110001001100011110000011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455581; }

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

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

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

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

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

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

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

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