#424552

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

Shades of Blue Zodiac #424552

Tints of Blue Zodiac #424552

Color information

#424552 (or 0x424552) is unknown color: approx Blue Zodiac. HEX triplet: 42, 45 and 52. RGB value is (66,69,82). Sum of RGB (Red+Green+Blue) = 66+69+82=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 82 - color contains mainly: blue. Hex color #424552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424552 is #BDBAAD. Grayscale: #454545. Windows color (decimal): -12434094 or 5391682. OLE color: 5391682.

HSL color Cylindrical-coordinate representation of color #424552: hue angle of 228.75º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #424552 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB666982-
CMYK0.200.1600.68
HSL228.75º10.81%29.02%-
HSV(B)228.75º19.51%32.16%-
XYZ5.96.028.83-
YUV69.58135.01125.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 69 (27.34% from 255) = 31.80%
BLUE value IS 82 (32.42% from 255) = 37.79%
R=30.41%
G=31.80%
B=37.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6669820.200.1600.68228.7510.8129.02
Hex4245521410044e5b1d
Octal102105122242001043451335
Binary10000101000101101001010100100000100010011100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424552; }

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

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

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

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

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

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

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

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