#56426E

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

Shades of Meteorite #56426E

Tints of Meteorite #56426E

Color information

#56426E (or 0x56426E) is unknown color: approx Meteorite. HEX triplet: 56, 42 and 6E. RGB value is (86,66,110). Sum of RGB (Red+Green+Blue) = 86+66+110=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 110 - color contains mainly: blue. Hex color #56426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56426E is #A9BD91. Grayscale: #4C4C4C. Windows color (decimal): -11124114 or 7225942. OLE color: 7225942.

HSL color Cylindrical-coordinate representation of color #56426E: hue angle of 267.27º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #56426E is Cyan = 0.22, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8666110-
CMYK0.220.400.57
HSL267.27º25%34.51%-
HSV(B)267.27º40%43.14%-
XYZ8.6715.65-
YUV77146.63134.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.82%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 110 (43.36% from 255) = 41.98%
R=32.82%
G=25.19%
B=41.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86661100.220.400.57267.272534.51
Hex56426E162803910b1923
Octal12610215626500714133143
Binary10101101000010110111010110101000011100110000101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56426E; }

 p { color: rgb(86,66,110); }

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

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

 a { background-color: rgb(86,66,110); }

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

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

 span { border-color: rgb(86,66,110); }

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