#424557

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

Shades of Blue Zodiac #424557

Tints of Blue Zodiac #424557

Color information

#424557 (or 0x424557) is unknown color: approx Blue Zodiac. HEX triplet: 42, 45 and 57. RGB value is (66,69,87). Sum of RGB (Red+Green+Blue) = 66+69+87=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 87 (34.38% from 255 or 39.19% from 222); Max value from RGB is 87 - color contains mainly: blue. Hex color #424557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424557 is #BDBAA8. Grayscale: #464646. Windows color (decimal): -12434089 or 5719362. OLE color: 5719362.

HSL color Cylindrical-coordinate representation of color #424557: hue angle of 231.43º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #424557 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB666987-
CMYK0.240.2100.66
HSL231.43º13.73%30%-
HSV(B)231.43º24.14%34.12%-
XYZ6.16.19.87-
YUV70.16137.51125.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.73%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 87 (34.38% from 255) = 39.19%
R=29.73%
G=31.08%
B=39.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6669870.240.2100.66231.4313.7330
Hex4245571815042e7e1e
Octal102105127302501023471636
Binary10000101000101101011111000101010100001011100111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424557; }

 p { color: rgb(66,69,87); }

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

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

 a { background-color: rgb(66,69,87); }

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

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

 span { border-color: rgb(66,69,87); }

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