#424558

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

Shades of Blue Zodiac #424558

Tints of Blue Zodiac #424558

Color information

#424558 (or 0x424558) is unknown color: approx Blue Zodiac. HEX triplet: 42, 45 and 58. RGB value is (66,69,88). Sum of RGB (Red+Green+Blue) = 66+69+88=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 88 - color contains mainly: blue. Hex color #424558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424558 is #BDBAA7. Grayscale: #464646. Windows color (decimal): -12434088 or 5784898. OLE color: 5784898.

HSL color Cylindrical-coordinate representation of color #424558: hue angle of 231.82º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #424558 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB666988-
CMYK0.250.2200.65
HSL231.82º14.29%30.2%-
HSV(B)231.82º25%34.51%-
XYZ6.146.1210.09-
YUV70.27138.01124.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 88 (34.77% from 255) = 39.46%
R=29.60%
G=30.94%
B=39.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6669880.250.2200.65231.8214.2930.2
Hex4245581916041e8e1e
Octal102105130312601013501636
Binary10000101000101101100011001101100100000111101000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424558; }

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

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

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

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

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

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

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

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