#404553

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

Shades of Blue Zodiac #404553

Tints of Blue Zodiac #404553

Color information

#404553 (or 0x404553) is unknown color: approx Blue Zodiac. HEX triplet: 40, 45 and 53. RGB value is (64,69,83). Sum of RGB (Red+Green+Blue) = 64+69+83=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 83 - color contains mainly: blue. Hex color #404553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404553 is #BFBAAC. Grayscale: #454545. Windows color (decimal): -12565165 or 5457216. OLE color: 5457216.

HSL color Cylindrical-coordinate representation of color #404553: hue angle of 224.21º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #404553 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB646983-
CMYK0.230.1700.67
HSL224.21º12.93%28.82%-
HSV(B)224.21º22.89%32.55%-
XYZ5.85.979.03-
YUV69.1135.84124.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.63%
GREEN value IS 69 (27.34% from 255) = 31.94%
BLUE value IS 83 (32.81% from 255) = 38.43%
R=29.63%
G=31.94%
B=38.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6469830.230.1700.67224.2112.9328.82
Hex4045531711043e0d1d
Octal100105123272101033401535
Binary10000001000101101001110111100010100001111100000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404553; }

 p { color: rgb(64,69,83); }

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

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

 a { background-color: rgb(64,69,83); }

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

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

 span { border-color: rgb(64,69,83); }

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